Shades of Deep Magenta #BF19C9
Tints of Deep Magenta #BF19C9
RGB
CMYK
RGB Variations
Color information
#BF19C9 (or 0xBF19C9) is known color: Deep Magenta. HEX triplet: BF, 19 and C9. RGB value is (191,25,201). Sum of RGB (Red+Green+Blue) = 191+25+201=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 201 (78.91% from 255 or 48.20% from 417); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF19C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF19C9 is #40E636. Grayscale: #5E5E5E. Windows color (decimal): -4253239 or 13179327. OLE color: 13179327.
HSL color Cylindrical-coordinate representation of color #BF19C9: hue angle of 296.59º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF19C9 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 25 | 201 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.21 |
| HSL | 296.59º | 0.78% | 0.44% | - |
| HSV(B) | 296.59º | 0.88% | 0.79% | - |
| XYZ | 32.38 | 15.99 | 56.64 | - |
| YUV | 94.7 | 188 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 25 | 201 | 0.05 | 0.88 | 0 | 0.21 | 296.59 | 0.78 | 0.44 |
| Hex | BF | 19 | C9 | 5 | 58 | 0 | 15 | 129 | 4E | 2C |
| Octal | 277 | 31 | 311 | 5 | 130 | 0 | 25 | 451 | 116 | 54 |
| Binary | 10111111 | 11001 | 11001001 | 101 | 1011000 | 0 | 10101 | 100101001 | 1001110 | 101100 |
Color Harmonies of #BF19C9
Complementary color
Monochromatic Colors of #BF19C9
Black with #BF19C9
Text Example
Text Example
White with #BF19C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF19C9; }
p { color: rgb(191,25,201); }
H1.HeaderClassName
{
color: #BF19C9;
}
.AnyTagClassName
{
color: #BF19C9;
}
</style>
background-color css
<style>
a { background-color: #BF19C9; }
a { background-color: rgb(191,25,201); }
div.DivClassName
{
background-color: #BF19C9;
}
.BgClassName
{
background-color: #BF19C9;
}
</style>
border-color css
<style>
span { border-color: #BF19C9; }
span { border-color: rgb(191,25,201); }
td.TdClassName
{
border-color: #BF19C9;
}
.TagClassName
{
border-color: #BF19C9;
}
</style>