#C52CFF
A medium, vivid purple closely aligning with Darkviolet.
About #C52CFF
The hex code #C52CFF represents a beautifully specific shade of purple. Its closest recognized web color is Darkviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 197, 44, and 255.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 23% cyan and 83% magenta inks. With a hue angle of 283.5 degrees, it sits comfortably in the purple spectrum.
Contrast ratios determine whether this color is safe for typography. 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#C52CFF
RGB197, 44, 255
HSL283.5°, 100.0%, 58.6%
CMYK23%, 83%, 0%, 0%
HSV283.5°, 82.7%, 100.0%
LAB52.8, 84.1, -73.4
XYZ42.0, 20.9, 96.4
Decimal12922111
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.06:1
Text on #FFFFFF
AA Large
5.18:1
Text on #000000
AA
3.88:1
Text on #F8FAFC
AA Large
4.40:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C52CFF;
}
.text-color {
color: #C52CFF;
}
.border-color {
border: 2px solid #C52CFF;
}