Shades of Deep Magenta #BF21CE
Tints of Deep Magenta #BF21CE
RGB
CMYK
RGB Variations
Color information
#BF21CE (or 0xBF21CE) is known color: Deep Magenta. HEX triplet: BF, 21 and CE. RGB value is (191,33,206). Sum of RGB (Red+Green+Blue) = 191+33+206=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 33 (13.28% from 255 or 7.67% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF21CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF21CE is #40DE31. Grayscale: #636363. Windows color (decimal): -4251186 or 13509055. OLE color: 13509055.
HSL color Cylindrical-coordinate representation of color #BF21CE: hue angle of 294.8º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF21CE is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 33 | 206 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.19 |
| HSL | 294.8º | 0.72% | 0.47% | - |
| HSV(B) | 294.8º | 0.84% | 0.81% | - |
| XYZ | 33.17 | 16.62 | 59.85 | - |
| YUV | 99.96 | 187.85 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 33 | 206 | 0.07 | 0.84 | 0 | 0.19 | 294.8 | 0.72 | 0.47 |
| Hex | BF | 21 | CE | 7 | 54 | 0 | 13 | 127 | 48 | 2F |
| Octal | 277 | 41 | 316 | 7 | 124 | 0 | 23 | 447 | 110 | 57 |
| Binary | 10111111 | 100001 | 11001110 | 111 | 1010100 | 0 | 10011 | 100100111 | 1001000 | 101111 |
Color Harmonies of #BF21CE
Complementary color
Monochromatic Colors of #BF21CE
Black with #BF21CE
Text Example
Text Example
White with #BF21CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF21CE; }
p { color: rgb(191,33,206); }
H1.HeaderClassName
{
color: #BF21CE;
}
.AnyTagClassName
{
color: #BF21CE;
}
</style>
background-color css
<style>
a { background-color: #BF21CE; }
a { background-color: rgb(191,33,206); }
div.DivClassName
{
background-color: #BF21CE;
}
.BgClassName
{
background-color: #BF21CE;
}
</style>
border-color css
<style>
span { border-color: #BF21CE; }
span { border-color: rgb(191,33,206); }
td.TdClassName
{
border-color: #BF21CE;
}
.TagClassName
{
border-color: #BF21CE;
}
</style>