Shades of Deep Magenta #BF0FCD
Tints of Deep Magenta #BF0FCD
RGB
CMYK
RGB Variations
Color information
#BF0FCD (or 0xBF0FCD) is known color: Deep Magenta. HEX triplet: BF, 0F and CD. RGB value is (191,15,205). Sum of RGB (Red+Green+Blue) = 191+15+205=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 15 (6.25% from 255 or 3.65% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF0FCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0FCD is #40F032. Grayscale: #585858. Windows color (decimal): -4255795 or 13438911. OLE color: 13438911.
HSL color Cylindrical-coordinate representation of color #BF0FCD: hue angle of 295.58º 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 #BF0FCD is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 15 | 205 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.20 |
| HSL | 295.58º | 0.86% | 0.43% | - |
| HSV(B) | 295.58º | 0.93% | 0.8% | - |
| XYZ | 32.68 | 15.83 | 59.09 | - |
| YUV | 89.28 | 193.31 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 15 | 205 | 0.07 | 0.93 | 0 | 0.20 | 295.58 | 0.86 | 0.43 |
| Hex | BF | F | CD | 7 | 5D | 0 | 14 | 128 | 56 | 2B |
| Octal | 277 | 17 | 315 | 7 | 135 | 0 | 24 | 450 | 126 | 53 |
| Binary | 10111111 | 1111 | 11001101 | 111 | 1011101 | 0 | 10100 | 100101000 | 1010110 | 101011 |
Color Harmonies of #BF0FCD
Complementary color
Monochromatic Colors of #BF0FCD
Black with #BF0FCD
Text Example
Text Example
White with #BF0FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0FCD; }
p { color: rgb(191,15,205); }
H1.HeaderClassName
{
color: #BF0FCD;
}
.AnyTagClassName
{
color: #BF0FCD;
}
</style>
background-color css
<style>
a { background-color: #BF0FCD; }
a { background-color: rgb(191,15,205); }
div.DivClassName
{
background-color: #BF0FCD;
}
.BgClassName
{
background-color: #BF0FCD;
}
</style>
border-color css
<style>
span { border-color: #BF0FCD; }
span { border-color: rgb(191,15,205); }
td.TdClassName
{
border-color: #BF0FCD;
}
.TagClassName
{
border-color: #BF0FCD;
}
</style>