Shades of Deep Magenta #BF20CF
Tints of Deep Magenta #BF20CF
RGB
CMYK
RGB Variations
Color information
#BF20CF (or 0xBF20CF) is known color: Deep Magenta. HEX triplet: BF, 20 and CF. RGB value is (191,32,207). Sum of RGB (Red+Green+Blue) = 191+32+207=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 32 (12.89% from 255 or 7.44% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF20CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF20CF is #40DF30. Grayscale: #626262. Windows color (decimal): -4251441 or 13574335. OLE color: 13574335.
HSL color Cylindrical-coordinate representation of color #BF20CF: hue angle of 294.51º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF20CF is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 32 | 207 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.19 |
| HSL | 294.51º | 0.73% | 0.47% | - |
| HSV(B) | 294.51º | 0.85% | 0.81% | - |
| XYZ | 33.26 | 16.61 | 60.49 | - |
| YUV | 99.49 | 188.68 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 32 | 207 | 0.08 | 0.85 | 0 | 0.19 | 294.51 | 0.73 | 0.47 |
| Hex | BF | 20 | CF | 8 | 55 | 0 | 13 | 127 | 49 | 2F |
| Octal | 277 | 40 | 317 | 10 | 125 | 0 | 23 | 447 | 111 | 57 |
| Binary | 10111111 | 100000 | 11001111 | 1000 | 1010101 | 0 | 10011 | 100100111 | 1001001 | 101111 |
Color Harmonies of #BF20CF
Complementary color
Monochromatic Colors of #BF20CF
Black with #BF20CF
Text Example
Text Example
White with #BF20CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF20CF; }
p { color: rgb(191,32,207); }
H1.HeaderClassName
{
color: #BF20CF;
}
.AnyTagClassName
{
color: #BF20CF;
}
</style>
background-color css
<style>
a { background-color: #BF20CF; }
a { background-color: rgb(191,32,207); }
div.DivClassName
{
background-color: #BF20CF;
}
.BgClassName
{
background-color: #BF20CF;
}
</style>
border-color css
<style>
span { border-color: #BF20CF; }
span { border-color: rgb(191,32,207); }
td.TdClassName
{
border-color: #BF20CF;
}
.TagClassName
{
border-color: #BF20CF;
}
</style>