#C507D3
A medium, vivid magenta closely aligning with Darkviolet.
About #C507D3
At its core, #C507D3 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Darkviolet. In the RGB color space, it consists of 197 red, 7 green, and 211 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 7% C, 97% M, 0% Y, and 17% K. With a hue angle of 295.9 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C507D3
RGB197, 7, 211
HSL295.9°, 93.6%, 42.7%
CMYK7%, 97%, 0%, 17%
HSV295.9°, 96.7%, 82.7%
LAB47.9, 82.4, -56.5
XYZ34.9, 16.7, 63.0
Decimal12912595
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.83:1
Text on #FFFFFF
AA
4.35:1
Text on #000000
AA Large
4.62:1
Text on #F8FAFC
AA
3.69:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C507D3;
}
.text-color {
color: #C507D3;
}
.border-color {
border: 2px solid #C507D3;
}