|
|
|
|
|
|
|
|
Convert: | |
|
|
Color preview: |
Cmyk with the addition of black (k), is similar to the Cmy color space.The color space is primarily used in color printing.
Color | Color name |
(C,M,Y,K) | (R,G,B) | Hex |
---|---|---|---|---|
White | (0,0,0,0) | (255,255,255) | #FFFFFF | |
Black | (0,0,0,1) | (0,0,0) | #000000 | |
Green | (1,0,1,0) | (0,255,0) | #00FF00 | |
Red | (0,1,1,0) | (255,0,0) | #FF0000 | |
Yellow | (0,0,1,0) | (255,255,0) | #FFFF00 | |
Blue | (1,1,0,0) | (0,0,255) | #0000FF | |
Magenta | (0,1,0,0) | (255,0,255) | #FF00FF | |
Cyan | (1,0,0,0) | (0,255,255) | #00FFFF |