Shades of Deep Magenta #BF19DD
Tints of Deep Magenta #BF19DD
RGB
CMYK
RGB Variations
Color information
#BF19DD (or 0xBF19DD) is known color: Deep Magenta. HEX triplet: BF, 19 and DD. RGB value is (191,25,221). Sum of RGB (Red+Green+Blue) = 191+25+221=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 25 (10.16% from 255 or 5.72% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF19DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF19DD is #40E622. Grayscale: #606060. Windows color (decimal): -4253219 or 14490047. OLE color: 14490047.
HSL color Cylindrical-coordinate representation of color #BF19DD: hue angle of 290.82º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF19DD is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 25 | 221 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.13 |
| HSL | 290.82º | 0.8% | 0.48% | - |
| HSV(B) | 290.82º | 0.89% | 0.87% | - |
| XYZ | 34.88 | 16.99 | 69.85 | - |
| YUV | 96.98 | 198 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 25 | 221 | 0.14 | 0.89 | 0 | 0.13 | 290.82 | 0.8 | 0.48 |
| Hex | BF | 19 | DD | E | 59 | 0 | D | 123 | 50 | 30 |
| Octal | 277 | 31 | 335 | 16 | 131 | 0 | 15 | 443 | 120 | 60 |
| Binary | 10111111 | 11001 | 11011101 | 1110 | 1011001 | 0 | 1101 | 100100011 | 1010000 | 110000 |
Color Harmonies of #BF19DD
Complementary color
Monochromatic Colors of #BF19DD
Black with #BF19DD
Text Example
Text Example
White with #BF19DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF19DD; }
p { color: rgb(191,25,221); }
H1.HeaderClassName
{
color: #BF19DD;
}
.AnyTagClassName
{
color: #BF19DD;
}
</style>
background-color css
<style>
a { background-color: #BF19DD; }
a { background-color: rgb(191,25,221); }
div.DivClassName
{
background-color: #BF19DD;
}
.BgClassName
{
background-color: #BF19DD;
}
</style>
border-color css
<style>
span { border-color: #BF19DD; }
span { border-color: rgb(191,25,221); }
td.TdClassName
{
border-color: #BF19DD;
}
.TagClassName
{
border-color: #BF19DD;
}
</style>