#CC49F0
A light, vivid magenta closely aligning with Darkorchid.
About #CC49F0
At its core, #CC49F0 is a light and vivid hue. It is closely associated with the named CSS color Darkorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 73, and 240.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 15% C, 70% M, 0% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC49F0
RGB204, 73, 240
HSL287.1°, 84.8%, 61.4%
CMYK15%, 70%, 0%, 6%
HSV287.1°, 69.6%, 94.1%
LAB56.0, 73.6, -59.9
XYZ43.0, 23.9, 84.8
Decimal13388272
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.63:1
Text on #FFFFFF
AA Large
5.78:1
Text on #000000
AA
3.47:1
Text on #F8FAFC
AA Large
4.91:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC49F0;
}
.text-color {
color: #CC49F0;
}
.border-color {
border: 2px solid #CC49F0;
}