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