CMYK Extractor
Extract CMYK color values from any image. Upload a photo to get a dominant color palette with precise CMYK, RGB, and HEX values.
About
Print production requires CMYK values, not RGB. A color that renders correctly on screen at R=255, G=0, B=0 maps to approximately C=0%, M=100%, Y=100%, K=0% in subtractive color space. Incorrect conversion causes color drift on press, wasting ink and substrate. This tool extracts dominant colors from uploaded images using a Median Cut quantization algorithm, then converts each centroid from the additive RGB model to the subtractive CMYK model using the standard formulaic decomposition with a Key channel. The conversion assumes a standard SWOP coated profile approximation. It does not perform ICC profile-based separation. For critical prepress work, validate extracted values against your printer's specific ICC profile.
Formulas
The RGB-to-CMYK conversion normalizes each channel to the range [0,1], computes the Key (black) channel, then derives Cyan, Magenta, and Yellow relative to the remaining colorant capacity.
Where R, G, B are the 8-bit channel values [0 - 255], and C, M, Y, K are expressed as percentages [0% - 100%]. The total ink coverage TIC = C + M + Y + K should generally not exceed 300% for coated stock or 260% for uncoated to prevent drying issues.
Reference Data
| Color Name | HEX | C% | M% | Y% | K% | Use Case |
|---|---|---|---|---|---|---|
| Process Black | #000000 | 0 | 0 | 0 | 100 | Body text, outlines |
| Rich Black | #090415 | 60 | 40 | 40 | 100 | Large solid areas |
| Pure Cyan | #00AEEF | 100 | 0 | 0 | 0 | Spot highlight |
| Pure Magenta | #EC008C | 0 | 100 | 0 | 0 | Accent / branding |
| Pure Yellow | #FFF200 | 0 | 0 | 100 | 0 | Warning / highlight |
| Reflex Blue | #001489 | 100 | 73 | 0 | 2 | EU flag, corporate |
| Warm Red | #F93822 | 0 | 90 | 86 | 0 | CTA buttons, packaging |
| Pantone 185 C (approx) | #E4002B | 0 | 100 | 81 | 4 | Coca-Cola red |
| Forest Green | #2D572C | 75 | 22 | 100 | 15 | Eco / organic labels |
| Sky Blue | #76D7EA | 50 | 0 | 5 | 0 | Healthcare, tech |
| Coral | #FF6F61 | 0 | 65 | 55 | 0 | 2019 Color of Year |
| Navy | #003366 | 100 | 67 | 0 | 44 | Finance, luxury |
| Gold (CMYK safe) | #C5961B | 0 | 25 | 86 | 23 | Certificates, awards |
| Skin Tone (light) | #FFCC99 | 0 | 20 | 40 | 0 | Portrait retouching ref |
| Registration Black | #000000 | 100 | 100 | 100 | 100 | Crop marks only (never fills) |
| Max Ink Limit (typical) | - | Total ink ≤ 300% - 320% | Prevents ink bleed-through | |||