أدخل قيم CMYK من 0 إلى 100%:
القيم R,G,B معطاة في النطاق 0..255.
القيم red (R) color is calculated from the cyan (C) and black (K) colors:
R = 255 × (1-C) × (1-K)
القيم green color (G) is calculated from the magenta (M) and black (K) colors:
G = 255 × (1-M) × (1-K)
القيم blue color (B) is calculated from the yellow (Y) and black (K) colors:
B = 255 × (1-Y) × (1-K)
اللون | اللون الاسم |
(C,M,Y,K) | (R,G,B) | السادس عشر |
---|---|---|---|---|
أسود | (0,0,0,1) | (0,0,0) | #000000 | |
أبيض | (0,0,0,0) | (255,255,255) | #FFFFFF | |
أحمر | (0,1,1,0) | (255,0,0) | #FF0000 | |
أخضر | (1,0,1,0) | (0,255,0) | #00FF00 | |
أزرق | (1,1,0,0) | (0,0,255) | #0000FF | |
أصفر | (0,0,1,0) | (255,255,0) | #FFFF00 | |
سماوي | (1,0,0,0) | (0,255,255) | #00FFFF | |
أرجواني | (0,1,0,0) | (255,0,255) | #FF00FF |