Geben Sie CMYK-Werte von 0 bis 100% ein:
Die R,G,B Werte werden im Bereich von 0..255 angegeben.
Die red (R) color is calculated from the cyan (C) and black (K) colors:
R = 255 × (1-C) × (1-K)
Die green color (G) is calculated from the magenta (M) and black (K) colors:
G = 255 × (1-M) × (1-K)
Die blue color (B) is calculated from the yellow (Y) and black (K) colors:
B = 255 × (1-Y) × (1-K)
Farbe | Farbe Name |
(C,M,Y,K) | (R,G,B) | Hex |
---|---|---|---|---|
Schwarz | (0,0,0,1) | (0,0,0) | #000000 | |
Weiß | (0,0,0,0) | (255,255,255) | #FFFFFF | |
Rot | (0,1,1,0) | (255,0,0) | #FF0000 | |
Grün | (1,0,1,0) | (0,255,0) | #00FF00 | |
Blau | (1,1,0,0) | (0,0,255) | #0000FF | |
Gelb | (0,0,1,0) | (255,255,0) | #FFFF00 | |
Cyan | (1,0,0,0) | (0,255,255) | #00FFFF | |
Magenta | (0,1,0,0) | (255,0,255) | #FF00FF |