Shades of Deep Magenta #BF10C0
Tints of Deep Magenta #BF10C0
RGB
CMYK
RGB Variations
Color information
#BF10C0 (or 0xBF10C0) is known color: Deep Magenta. HEX triplet: BF, 10 and C0. RGB value is (191,16,192). Sum of RGB (Red+Green+Blue) = 191+16+192=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 16 (6.64% from 255 or 4.01% from 399); Blue value is 192 (75.39% from 255 or 48.12% from 399); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF10C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF10C0 is #40EF3F. Grayscale: #575757. Windows color (decimal): -4255552 or 12587199. OLE color: 12587199.
HSL color Cylindrical-coordinate representation of color #BF10C0: hue angle of 299.66º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF10C0 is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 16 | 192 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.25 |
| HSL | 299.66º | 0.85% | 0.41% | - |
| HSV(B) | 299.66º | 0.92% | 0.75% | - |
| XYZ | 31.19 | 15.25 | 51.17 | - |
| YUV | 88.39 | 186.48 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 16 | 192 | 0.01 | 0.92 | 0 | 0.25 | 299.66 | 0.85 | 0.41 |
| Hex | BF | 10 | C0 | 1 | 5C | 0 | 19 | 12C | 55 | 29 |
| Octal | 277 | 20 | 300 | 1 | 134 | 0 | 31 | 454 | 125 | 51 |
| Binary | 10111111 | 10000 | 11000000 | 1 | 1011100 | 0 | 11001 | 100101100 | 1010101 | 101001 |
Color Harmonies of #BF10C0
Complementary color
Monochromatic Colors of #BF10C0
Black with #BF10C0
Text Example
Text Example
White with #BF10C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF10C0; }
p { color: rgb(191,16,192); }
H1.HeaderClassName
{
color: #BF10C0;
}
.AnyTagClassName
{
color: #BF10C0;
}
</style>
background-color css
<style>
a { background-color: #BF10C0; }
a { background-color: rgb(191,16,192); }
div.DivClassName
{
background-color: #BF10C0;
}
.BgClassName
{
background-color: #BF10C0;
}
</style>
border-color css
<style>
span { border-color: #BF10C0; }
span { border-color: rgb(191,16,192); }
td.TdClassName
{
border-color: #BF10C0;
}
.TagClassName
{
border-color: #BF10C0;
}
</style>