Ingrese valores CMYK del 0 al 100%:
Los R,G,B valores se dan en el rango de 0..255.
Los red (R) color is calculated from the cyan (C) and black (K) colors:
R = 255 × (1-C) × (1-K)
Los green color (G) is calculated from the magenta (M) and black (K) colors:
G = 255 × (1-M) × (1-K)
Los blue color (B) is calculated from the yellow (Y) and black (K) colors:
B = 255 × (1-Y) × (1-K)
Color | Color nombre |
(C,M,Y,K) | (R,G,B) | Hex |
---|---|---|---|---|
Negro | (0,0,0,1) | (0,0,0) | #000000 | |
Blanco | (0,0,0,0) | (255,255,255) | #FFFFFF | |
Rojo | (0,1,1,0) | (255,0,0) | #FF0000 | |
Verde | (1,0,1,0) | (0,255,0) | #00FF00 | |
Azul | (1,1,0,0) | (0,0,255) | #0000FF | |
Amarillo | (0,0,1,0) | (255,255,0) | #FFFF00 | |
Cian | (1,0,0,0) | (0,255,255) | #00FFFF | |
Magenta | (0,1,0,0) | (255,0,255) | #FF00FF |