Shades of Deep Magenta #BF21C0
Tints of Deep Magenta #BF21C0
RGB
CMYK
RGB Variations
Color information
#BF21C0 (or 0xBF21C0) is known color: Deep Magenta. HEX triplet: BF, 21 and C0. RGB value is (191,33,192). Sum of RGB (Red+Green+Blue) = 191+33+192=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 33 (13.28% from 255 or 7.93% from 416); Blue value is 192 (75.39% from 255 or 46.15% from 416); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF21C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF21C0 is #40DE3F. Grayscale: #616161. Windows color (decimal): -4251200 or 12591551. OLE color: 12591551.
HSL color Cylindrical-coordinate representation of color #BF21C0: hue angle of 299.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF21C0 is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 33 | 192 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.25 |
| HSL | 299.62º | 0.71% | 0.44% | - |
| HSV(B) | 299.62º | 0.83% | 0.75% | - |
| XYZ | 31.54 | 15.97 | 51.29 | - |
| YUV | 98.37 | 180.85 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 33 | 192 | 0.01 | 0.83 | 0 | 0.25 | 299.62 | 0.71 | 0.44 |
| Hex | BF | 21 | C0 | 1 | 53 | 0 | 19 | 12C | 47 | 2C |
| Octal | 277 | 41 | 300 | 1 | 123 | 0 | 31 | 454 | 107 | 54 |
| Binary | 10111111 | 100001 | 11000000 | 1 | 1010011 | 0 | 11001 | 100101100 | 1000111 | 101100 |
Color Harmonies of #BF21C0
Complementary color
Monochromatic Colors of #BF21C0
Black with #BF21C0
Text Example
Text Example
White with #BF21C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF21C0; }
p { color: rgb(191,33,192); }
H1.HeaderClassName
{
color: #BF21C0;
}
.AnyTagClassName
{
color: #BF21C0;
}
</style>
background-color css
<style>
a { background-color: #BF21C0; }
a { background-color: rgb(191,33,192); }
div.DivClassName
{
background-color: #BF21C0;
}
.BgClassName
{
background-color: #BF21C0;
}
</style>
border-color css
<style>
span { border-color: #BF21C0; }
span { border-color: rgb(191,33,192); }
td.TdClassName
{
border-color: #BF21C0;
}
.TagClassName
{
border-color: #BF21C0;
}
</style>