Shades of Deep Magenta #BF01CE
Tints of Deep Magenta #BF01CE
RGB
CMYK
RGB Variations
Color information
#BF01CE (or 0xBF01CE) is known color: Deep Magenta. HEX triplet: BF, 01 and CE. RGB value is (191,1,206). Sum of RGB (Red+Green+Blue) = 191+1+206=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 1 (0.78% from 255 or 0.25% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF01CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF01CE is #40FE31. Grayscale: #505050. Windows color (decimal): -4259378 or 13500863. OLE color: 13500863.
HSL color Cylindrical-coordinate representation of color #BF01CE: hue angle of 295.61º 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 #BF01CE is Cyan = 0.07, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 1 | 206 | - |
| CMYK | 0.07 | 1.00 | 0 | 0.19 |
| HSL | 295.61º | 0.99% | 0.41% | - |
| HSV(B) | 295.61º | 1% | 0.81% | - |
| XYZ | 32.64 | 15.55 | 59.67 | - |
| YUV | 81.18 | 198.45 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 1 | 206 | 0.07 | 1.00 | 0 | 0.19 | 295.61 | 0.99 | 0.41 |
| Hex | BF | 1 | CE | 7 | 64 | 0 | 13 | 128 | 63 | 29 |
| Octal | 277 | 1 | 316 | 7 | 144 | 0 | 23 | 450 | 143 | 51 |
| Binary | 10111111 | 1 | 11001110 | 111 | 1100100 | 0 | 10011 | 100101000 | 1100011 | 101001 |
Color Harmonies of #BF01CE
Complementary color
Monochromatic Colors of #BF01CE
Black with #BF01CE
Text Example
Text Example
White with #BF01CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF01CE; }
p { color: rgb(191,1,206); }
H1.HeaderClassName
{
color: #BF01CE;
}
.AnyTagClassName
{
color: #BF01CE;
}
</style>
background-color css
<style>
a { background-color: #BF01CE; }
a { background-color: rgb(191,1,206); }
div.DivClassName
{
background-color: #BF01CE;
}
.BgClassName
{
background-color: #BF01CE;
}
</style>
border-color css
<style>
span { border-color: #BF01CE; }
span { border-color: rgb(191,1,206); }
td.TdClassName
{
border-color: #BF01CE;
}
.TagClassName
{
border-color: #BF01CE;
}
</style>