#C524FF
A medium, vivid purple closely aligning with Darkviolet.
About #C524FF
At its core, #C524FF is a medium and vivid hue. Its closest recognized web color is Darkviolet. In the RGB color space, it consists of 197 red, 36 green, and 255 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 23% Cyan, 86% Magenta, 0% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#C524FF
RGB197, 36, 255
HSL284.1°, 100.0%, 57.1%
CMYK23%, 86%, 0%, 0%
HSV284.1°, 85.9%, 100.0%
LAB52.2, 85.8, -74.4
XYZ41.7, 20.4, 96.3
Decimal12920063
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.14:1
Text on #FFFFFF
AA Large
5.07:1
Text on #000000
AA
3.96:1
Text on #F8FAFC
AA Large
4.31:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C524FF;
}
.text-color {
color: #C524FF;
}
.border-color {
border: 2px solid #C524FF;
}