#C52CCC
A medium, moderate magenta closely aligning with Darkorchid.
About #C52CCC
At its core, #C52CCC is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Darkorchid. In the RGB color space, it consists of 197 red, 44 green, and 204 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 3% C, 78% M, 0% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C52CCC
RGB197, 44, 204
HSL297.4°, 64.5%, 48.6%
CMYK3%, 78%, 0%, 20%
HSV297.4°, 78.4%, 80.0%
LAB49.5, 75.3, -49.9
XYZ34.8, 18.0, 58.8
Decimal12922060
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.56:1
Text on #FFFFFF
AA
4.61:1
Text on #000000
AA
4.36:1
Text on #F8FAFC
AA Large
3.92:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C52CCC;
}
.text-color {
color: #C52CCC;
}
.border-color {
border: 2px solid #C52CCC;
}