Shades of Deep Magenta #BF17C9
Tints of Deep Magenta #BF17C9
RGB
CMYK
RGB Variations
Color information
#BF17C9 (or 0xBF17C9) is known color: Deep Magenta. HEX triplet: BF, 17 and C9. RGB value is (191,23,201). Sum of RGB (Red+Green+Blue) = 191+23+201=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 23 (9.38% from 255 or 5.54% from 415); Blue value is 201 (78.91% from 255 or 48.43% from 415); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF17C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF17C9 is #40E836. Grayscale: #5C5C5C. Windows color (decimal): -4253751 or 13178815. OLE color: 13178815.
HSL color Cylindrical-coordinate representation of color #BF17C9: hue angle of 296.63º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF17C9 is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 23 | 201 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.21 |
| HSL | 296.63º | 0.79% | 0.44% | - |
| HSV(B) | 296.63º | 0.89% | 0.79% | - |
| XYZ | 32.33 | 15.91 | 56.62 | - |
| YUV | 93.52 | 188.66 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 23 | 201 | 0.05 | 0.89 | 0 | 0.21 | 296.63 | 0.79 | 0.44 |
| Hex | BF | 17 | C9 | 5 | 59 | 0 | 15 | 129 | 4F | 2C |
| Octal | 277 | 27 | 311 | 5 | 131 | 0 | 25 | 451 | 117 | 54 |
| Binary | 10111111 | 10111 | 11001001 | 101 | 1011001 | 0 | 10101 | 100101001 | 1001111 | 101100 |
Color Harmonies of #BF17C9
Complementary color
Monochromatic Colors of #BF17C9
Black with #BF17C9
Text Example
Text Example
White with #BF17C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF17C9; }
p { color: rgb(191,23,201); }
H1.HeaderClassName
{
color: #BF17C9;
}
.AnyTagClassName
{
color: #BF17C9;
}
</style>
background-color css
<style>
a { background-color: #BF17C9; }
a { background-color: rgb(191,23,201); }
div.DivClassName
{
background-color: #BF17C9;
}
.BgClassName
{
background-color: #BF17C9;
}
</style>
border-color css
<style>
span { border-color: #BF17C9; }
span { border-color: rgb(191,23,201); }
td.TdClassName
{
border-color: #BF17C9;
}
.TagClassName
{
border-color: #BF17C9;
}
</style>