Shades of Deep Magenta #BF0FCC
Tints of Deep Magenta #BF0FCC
RGB
CMYK
RGB Variations
Color information
#BF0FCC (or 0xBF0FCC) is known color: Deep Magenta. HEX triplet: BF, 0F and CC. RGB value is (191,15,204). Sum of RGB (Red+Green+Blue) = 191+15+204=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 15 (6.25% from 255 or 3.66% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF0FCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0FCC is #40F033. Grayscale: #585858. Windows color (decimal): -4255796 or 13373375. OLE color: 13373375.
HSL color Cylindrical-coordinate representation of color #BF0FCC: hue angle of 295.87º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF0FCC is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 15 | 204 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.2 |
| HSL | 295.87º | 0.86% | 0.43% | - |
| HSV(B) | 295.87º | 0.93% | 0.8% | - |
| XYZ | 32.56 | 15.78 | 58.46 | - |
| YUV | 89.17 | 192.81 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 15 | 204 | 0.06 | 0.93 | 0 | 0.2 | 295.87 | 0.86 | 0.43 |
| Hex | BF | F | CC | 6 | 5D | 0 | 14 | 128 | 56 | 2B |
| Octal | 277 | 17 | 314 | 6 | 135 | 0 | 24 | 450 | 126 | 53 |
| Binary | 10111111 | 1111 | 11001100 | 110 | 1011101 | 0 | 10100 | 100101000 | 1010110 | 101011 |
Color Harmonies of #BF0FCC
Complementary color
Monochromatic Colors of #BF0FCC
Black with #BF0FCC
Text Example
Text Example
White with #BF0FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0FCC; }
p { color: rgb(191,15,204); }
H1.HeaderClassName
{
color: #BF0FCC;
}
.AnyTagClassName
{
color: #BF0FCC;
}
</style>
background-color css
<style>
a { background-color: #BF0FCC; }
a { background-color: rgb(191,15,204); }
div.DivClassName
{
background-color: #BF0FCC;
}
.BgClassName
{
background-color: #BF0FCC;
}
</style>
border-color css
<style>
span { border-color: #BF0FCC; }
span { border-color: rgb(191,15,204); }
td.TdClassName
{
border-color: #BF0FCC;
}
.TagClassName
{
border-color: #BF0FCC;
}
</style>