Shades of Deep Magenta #BF02CC
Tints of Deep Magenta #BF02CC
RGB
CMYK
RGB Variations
Color information
#BF02CC (or 0xBF02CC) is known color: Deep Magenta. HEX triplet: BF, 02 and CC. RGB value is (191,2,204). Sum of RGB (Red+Green+Blue) = 191+2+204=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 2 (1.17% from 255 or 0.50% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF02CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF02CC is #40FD33. Grayscale: #505050. Windows color (decimal): -4259124 or 13370047. OLE color: 13370047.
HSL color Cylindrical-coordinate representation of color #BF02CC: hue angle of 296.14º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF02CC is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 2 | 204 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.2 |
| HSL | 296.14º | 0.98% | 0.4% | - |
| HSV(B) | 296.14º | 0.99% | 0.8% | - |
| XYZ | 32.41 | 15.48 | 58.41 | - |
| YUV | 81.54 | 197.12 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 2 | 204 | 0.06 | 0.99 | 0 | 0.2 | 296.14 | 0.98 | 0.4 |
| Hex | BF | 2 | CC | 6 | 63 | 0 | 14 | 128 | 62 | 28 |
| Octal | 277 | 2 | 314 | 6 | 143 | 0 | 24 | 450 | 142 | 50 |
| Binary | 10111111 | 10 | 11001100 | 110 | 1100011 | 0 | 10100 | 100101000 | 1100010 | 101000 |
Color Harmonies of #BF02CC
Complementary color
Monochromatic Colors of #BF02CC
Black with #BF02CC
Text Example
Text Example
White with #BF02CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF02CC; }
p { color: rgb(191,2,204); }
H1.HeaderClassName
{
color: #BF02CC;
}
.AnyTagClassName
{
color: #BF02CC;
}
</style>
background-color css
<style>
a { background-color: #BF02CC; }
a { background-color: rgb(191,2,204); }
div.DivClassName
{
background-color: #BF02CC;
}
.BgClassName
{
background-color: #BF02CC;
}
</style>
border-color css
<style>
span { border-color: #BF02CC; }
span { border-color: rgb(191,2,204); }
td.TdClassName
{
border-color: #BF02CC;
}
.TagClassName
{
border-color: #BF02CC;
}
</style>