#BF034C
A dark, vivid magenta closely aligning with Crimson.
About #BF034C
At its core, #BF034C is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Crimson. This translates to an RGB value of rgb(191, 3, 76).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 98% Magenta, 60% Yellow, and 25% Black. With a hue angle of 336.7 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BF034C
RGB191, 3, 76
HSL336.7°, 96.9%, 38.0%
CMYK0%, 98%, 60%, 25%
HSV336.7°, 98.4%, 74.9%
LAB40.7, 66.5, 14.4
XYZ22.8, 11.7, 7.9
Decimal12518220
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.30:1
Text on #FFFFFF
AA
3.33:1
Text on #000000
AA Large
6.02:1
Text on #F8FAFC
AA
2.83:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #BF034C;
}
.text-color {
color: #BF034C;
}
.border-color {
border: 2px solid #BF034C;
}