Shades of Deep Magenta #BF01CF
Tints of Deep Magenta #BF01CF
RGB
CMYK
RGB Variations
Color information
#BF01CF (or 0xBF01CF) is known color: Deep Magenta. HEX triplet: BF, 01 and CF. RGB value is (191,1,207). Sum of RGB (Red+Green+Blue) = 191+1+207=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 1 (0.78% from 255 or 0.25% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF01CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF01CF is #40FE30. Grayscale: #505050. Windows color (decimal): -4259377 or 13566399. OLE color: 13566399.
HSL color Cylindrical-coordinate representation of color #BF01CF: hue angle of 295.34º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF01CF is Cyan = 0.08, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 1 | 207 | - |
| CMYK | 0.08 | 1.00 | 0 | 0.19 |
| HSL | 295.34º | 0.99% | 0.41% | - |
| HSV(B) | 295.34º | 1% | 0.81% | - |
| XYZ | 32.76 | 15.6 | 60.32 | - |
| YUV | 81.29 | 198.95 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 1 | 207 | 0.08 | 1.00 | 0 | 0.19 | 295.34 | 0.99 | 0.41 |
| Hex | BF | 1 | CF | 8 | 64 | 0 | 13 | 127 | 63 | 29 |
| Octal | 277 | 1 | 317 | 10 | 144 | 0 | 23 | 447 | 143 | 51 |
| Binary | 10111111 | 1 | 11001111 | 1000 | 1100100 | 0 | 10011 | 100100111 | 1100011 | 101001 |
Color Harmonies of #BF01CF
Complementary color
Monochromatic Colors of #BF01CF
Black with #BF01CF
Text Example
Text Example
White with #BF01CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF01CF; }
p { color: rgb(191,1,207); }
H1.HeaderClassName
{
color: #BF01CF;
}
.AnyTagClassName
{
color: #BF01CF;
}
</style>
background-color css
<style>
a { background-color: #BF01CF; }
a { background-color: rgb(191,1,207); }
div.DivClassName
{
background-color: #BF01CF;
}
.BgClassName
{
background-color: #BF01CF;
}
</style>
border-color css
<style>
span { border-color: #BF01CF; }
span { border-color: rgb(191,1,207); }
td.TdClassName
{
border-color: #BF01CF;
}
.TagClassName
{
border-color: #BF01CF;
}
</style>