#C51DF0
A medium, vivid magenta closely aligning with Darkviolet.
About #C51DF0
Visually, #C51DF0 is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Darkviolet. In the RGB color space, it consists of 197 red, 29 green, and 240 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 18% cyan, 88% magenta, 0% yellow, and 6% black. The HSL representation is 287.8° hue, 87.6% saturation, and 52.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 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#C51DF0
RGB197, 29, 240
HSL287.8°, 87.6%, 52.7%
CMYK18%, 88%, 0%, 6%
HSV287.8°, 87.9%, 94.1%
LAB50.7, 84.5, -68.4
XYZ39.2, 19.0, 84.0
Decimal12918256
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.37:1
Text on #FFFFFF
AA Large
4.81:1
Text on #000000
AA
4.17:1
Text on #F8FAFC
AA Large
4.09:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C51DF0;
}
.text-color {
color: #C51DF0;
}
.border-color {
border: 2px solid #C51DF0;
}