#C524F0
A medium, vivid magenta closely aligning with Darkviolet.
About #C524F0
At its core, #C524F0 is a medium and vivid hue. Its closest recognized web color is Darkviolet. This translates to an RGB value of rgb(197, 36, 240).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 18% cyan, 85% magenta, 0% yellow, and 6% black. With a hue angle of 287.4 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#C524F0
RGB197, 36, 240
HSL287.4°, 87.2%, 54.1%
CMYK18%, 85%, 0%, 6%
HSV287.4°, 85.0%, 94.1%
LAB51.2, 83.2, -67.7
XYZ39.4, 19.4, 84.1
Decimal12920048
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.30:1
Text on #FFFFFF
AA Large
4.88:1
Text on #000000
AA
4.11:1
Text on #F8FAFC
AA Large
4.15:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C524F0;
}
.text-color {
color: #C524F0;
}
.border-color {
border: 2px solid #C524F0;
}