Shades of Deep Magenta #BF02C8
Tints of Deep Magenta #BF02C8
RGB
CMYK
RGB Variations
Color information
#BF02C8 (or 0xBF02C8) is known color: Deep Magenta. HEX triplet: BF, 02 and C8. RGB value is (191,2,200). Sum of RGB (Red+Green+Blue) = 191+2+200=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 2 (1.17% from 255 or 0.51% from 393); Blue value is 200 (78.52% from 255 or 50.89% from 393); Max value from RGB is 200 - color contains mainly: blue. Hex color #BF02C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF02C8 is #40FD37. Grayscale: #505050. Windows color (decimal): -4259128 or 13107903. OLE color: 13107903.
HSL color Cylindrical-coordinate representation of color #BF02C8: hue angle of 297.27º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF02C8 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 2 | 200 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.22 |
| HSL | 297.27º | 0.98% | 0.4% | - |
| HSV(B) | 297.27º | 0.99% | 0.78% | - |
| XYZ | 31.93 | 15.29 | 55.91 | - |
| YUV | 81.08 | 195.12 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 2 | 200 | 0.04 | 0.99 | 0 | 0.22 | 297.27 | 0.98 | 0.4 |
| Hex | BF | 2 | C8 | 4 | 63 | 0 | 16 | 129 | 62 | 28 |
| Octal | 277 | 2 | 310 | 4 | 143 | 0 | 26 | 451 | 142 | 50 |
| Binary | 10111111 | 10 | 11001000 | 100 | 1100011 | 0 | 10110 | 100101001 | 1100010 | 101000 |
Color Harmonies of #BF02C8
Complementary color
Monochromatic Colors of #BF02C8
Black with #BF02C8
Text Example
Text Example
White with #BF02C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF02C8; }
p { color: rgb(191,2,200); }
H1.HeaderClassName
{
color: #BF02C8;
}
.AnyTagClassName
{
color: #BF02C8;
}
</style>
background-color css
<style>
a { background-color: #BF02C8; }
a { background-color: rgb(191,2,200); }
div.DivClassName
{
background-color: #BF02C8;
}
.BgClassName
{
background-color: #BF02C8;
}
</style>
border-color css
<style>
span { border-color: #BF02C8; }
span { border-color: rgb(191,2,200); }
td.TdClassName
{
border-color: #BF02C8;
}
.TagClassName
{
border-color: #BF02C8;
}
</style>