#C507CC
A medium, vivid magenta closely aligning with Darkorchid.
About #C507CC
The hex code #C507CC represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Darkorchid. Its digital footprint relies on 197 parts red, 7 parts green, and 204 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 3% cyan and 97% magenta inks. With a hue angle of 297.9 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#C507CC
RGB197, 7, 204
HSL297.9°, 93.4%, 41.4%
CMYK3%, 97%, 0%, 20%
HSV297.9°, 96.6%, 80.0%
LAB47.5, 81.4, -53.2
XYZ34.0, 16.4, 58.5
Decimal12912588
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.91:1
Text on #FFFFFF
AA
4.28:1
Text on #000000
AA Large
4.69:1
Text on #F8FAFC
AA
3.64:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C507CC;
}
.text-color {
color: #C507CC;
}
.border-color {
border: 2px solid #C507CC;
}