Shades of Deep Magenta #BF17C0
Tints of Deep Magenta #BF17C0
RGB
CMYK
RGB Variations
Color information
#BF17C0 (or 0xBF17C0) is known color: Deep Magenta. HEX triplet: BF, 17 and C0. RGB value is (191,23,192). Sum of RGB (Red+Green+Blue) = 191+23+192=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 23 (9.38% from 255 or 5.67% from 406); Blue value is 192 (75.39% from 255 or 47.29% from 406); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF17C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF17C0 is #40E83F. Grayscale: #5B5B5B. Windows color (decimal): -4253760 or 12588991. OLE color: 12588991.
HSL color Cylindrical-coordinate representation of color #BF17C0: hue angle of 299.64º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF17C0 is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 23 | 192 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.25 |
| HSL | 299.65º | 0.79% | 0.42% | - |
| HSV(B) | 299.65º | 0.88% | 0.75% | - |
| XYZ | 31.31 | 15.49 | 51.21 | - |
| YUV | 92.5 | 184.16 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 23 | 192 | 0.01 | 0.88 | 0 | 0.25 | 299.65 | 0.79 | 0.42 |
| Hex | BF | 17 | C0 | 1 | 58 | 0 | 19 | 12C | 4F | 2A |
| Octal | 277 | 27 | 300 | 1 | 130 | 0 | 31 | 454 | 117 | 52 |
| Binary | 10111111 | 10111 | 11000000 | 1 | 1011000 | 0 | 11001 | 100101100 | 1001111 | 101010 |
Color Harmonies of #BF17C0
Complementary color
Monochromatic Colors of #BF17C0
Black with #BF17C0
Text Example
Text Example
White with #BF17C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF17C0; }
p { color: rgb(191,23,192); }
H1.HeaderClassName
{
color: #BF17C0;
}
.AnyTagClassName
{
color: #BF17C0;
}
</style>
background-color css
<style>
a { background-color: #BF17C0; }
a { background-color: rgb(191,23,192); }
div.DivClassName
{
background-color: #BF17C0;
}
.BgClassName
{
background-color: #BF17C0;
}
</style>
border-color css
<style>
span { border-color: #BF17C0; }
span { border-color: rgb(191,23,192); }
td.TdClassName
{
border-color: #BF17C0;
}
.TagClassName
{
border-color: #BF17C0;
}
</style>