#C52CF8
A medium, vivid magenta closely aligning with Darkviolet.
About #C52CF8
The hex code #C52CF8 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Darkviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 197, 44, and 248.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 21% C, 82% M, 0% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium 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#C52CF8
RGB197, 44, 248
HSL285.0°, 93.6%, 57.3%
CMYK21%, 82%, 0%, 3%
HSV285.0°, 82.3%, 97.3%
LAB52.3, 82.8, -70.3
XYZ40.9, 20.4, 90.6
Decimal12922104
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.13:1
Text on #FFFFFF
AA Large
5.09:1
Text on #000000
AA
3.94:1
Text on #F8FAFC
AA Large
4.33:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C52CF8;
}
.text-color {
color: #C52CF8;
}
.border-color {
border: 2px solid #C52CF8;
}