#C500AF
A dark, vivid magenta closely aligning with Darkmagenta.
About #C500AF
Visually, #C500AF is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Darkmagenta. This translates to an RGB value of rgb(197, 0, 175).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 100% magenta, 11% yellow, and 23% black. The HSL representation is 306.7° hue, 100.0% saturation, and 38.6% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#C500AF
RGB197, 0, 175
HSL306.7°, 100.0%, 38.6%
CMYK0%, 100%, 11%, 23%
HSV306.7°, 100.0%, 77.3%
LAB45.6, 77.8, -39.2
XYZ30.8, 15.0, 41.8
Decimal12910767
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.26:1
Text on #FFFFFF
AA
3.99:1
Text on #000000
AA Large
5.03:1
Text on #F8FAFC
AA
3.39:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C500AF;
}
.text-color {
color: #C500AF;
}
.border-color {
border: 2px solid #C500AF;
}