Shades of Deep Magenta #BF0FCF
Tints of Deep Magenta #BF0FCF
RGB
CMYK
RGB Variations
Color information
#BF0FCF (or 0xBF0FCF) is known color: Deep Magenta. HEX triplet: BF, 0F and CF. RGB value is (191,15,207). Sum of RGB (Red+Green+Blue) = 191+15+207=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 15 (6.25% from 255 or 3.63% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF0FCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0FCF is #40F030. Grayscale: #585858. Windows color (decimal): -4255793 or 13569983. OLE color: 13569983.
HSL color Cylindrical-coordinate representation of color #BF0FCF: hue angle of 295º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF0FCF is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 15 | 207 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.19 |
| HSL | 295º | 0.86% | 0.44% | - |
| HSV(B) | 295º | 0.93% | 0.81% | - |
| XYZ | 32.92 | 15.92 | 60.37 | - |
| YUV | 89.51 | 194.31 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 15 | 207 | 0.08 | 0.93 | 0 | 0.19 | 295 | 0.86 | 0.44 |
| Hex | BF | F | CF | 8 | 5D | 0 | 13 | 127 | 56 | 2C |
| Octal | 277 | 17 | 317 | 10 | 135 | 0 | 23 | 447 | 126 | 54 |
| Binary | 10111111 | 1111 | 11001111 | 1000 | 1011101 | 0 | 10011 | 100100111 | 1010110 | 101100 |
Color Harmonies of #BF0FCF
Complementary color
Monochromatic Colors of #BF0FCF
Black with #BF0FCF
Text Example
Text Example
White with #BF0FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0FCF; }
p { color: rgb(191,15,207); }
H1.HeaderClassName
{
color: #BF0FCF;
}
.AnyTagClassName
{
color: #BF0FCF;
}
</style>
background-color css
<style>
a { background-color: #BF0FCF; }
a { background-color: rgb(191,15,207); }
div.DivClassName
{
background-color: #BF0FCF;
}
.BgClassName
{
background-color: #BF0FCF;
}
</style>
border-color css
<style>
span { border-color: #BF0FCF; }
span { border-color: rgb(191,15,207); }
td.TdClassName
{
border-color: #BF0FCF;
}
.TagClassName
{
border-color: #BF0FCF;
}
</style>