Shades of Deep Magenta #BF21DC
Tints of Deep Magenta #BF21DC
RGB
CMYK
RGB Variations
Color information
#BF21DC (or 0xBF21DC) is known color: Deep Magenta. HEX triplet: BF, 21 and DC. RGB value is (191,33,220). Sum of RGB (Red+Green+Blue) = 191+33+220=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 33 (13.28% from 255 or 7.43% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF21DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF21DC is #40DE23. Grayscale: #646464. Windows color (decimal): -4251172 or 14426559. OLE color: 14426559.
HSL color Cylindrical-coordinate representation of color #BF21DC: hue angle of 290.7º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF21DC is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 33 | 220 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.14 |
| HSL | 290.7º | 0.74% | 0.5% | - |
| HSV(B) | 290.7º | 0.85% | 0.86% | - |
| XYZ | 34.95 | 17.33 | 69.21 | - |
| YUV | 101.56 | 194.85 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 33 | 220 | 0.13 | 0.85 | 0 | 0.14 | 290.7 | 0.74 | 0.5 |
| Hex | BF | 21 | DC | D | 55 | 0 | E | 123 | 4A | 32 |
| Octal | 277 | 41 | 334 | 15 | 125 | 0 | 16 | 443 | 112 | 62 |
| Binary | 10111111 | 100001 | 11011100 | 1101 | 1010101 | 0 | 1110 | 100100011 | 1001010 | 110010 |
Color Harmonies of #BF21DC
Complementary color
Monochromatic Colors of #BF21DC
Black with #BF21DC
Text Example
Text Example
White with #BF21DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF21DC; }
p { color: rgb(191,33,220); }
H1.HeaderClassName
{
color: #BF21DC;
}
.AnyTagClassName
{
color: #BF21DC;
}
</style>
background-color css
<style>
a { background-color: #BF21DC; }
a { background-color: rgb(191,33,220); }
div.DivClassName
{
background-color: #BF21DC;
}
.BgClassName
{
background-color: #BF21DC;
}
</style>
border-color css
<style>
span { border-color: #BF21DC; }
span { border-color: rgb(191,33,220); }
td.TdClassName
{
border-color: #BF21DC;
}
.TagClassName
{
border-color: #BF21DC;
}
</style>