Shades of Deep Magenta #BF19E0
Tints of Deep Magenta #BF19E0
RGB
CMYK
RGB Variations
Color information
#BF19E0 (or 0xBF19E0) is known color: Deep Magenta. HEX triplet: BF, 19 and E0. RGB value is (191,25,224). Sum of RGB (Red+Green+Blue) = 191+25+224=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 25 (10.16% from 255 or 5.68% from 440); Blue value is 224 (87.89% from 255 or 50.91% from 440); Max value from RGB is 224 - color contains mainly: blue. Hex color #BF19E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF19E0 is #40E61F. Grayscale: #606060. Windows color (decimal): -4253216 or 14686655. OLE color: 14686655.
HSL color Cylindrical-coordinate representation of color #BF19E0: hue angle of 290.05º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF19E0 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 25 | 224 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.12 |
| HSL | 290.05º | 0.8% | 0.49% | - |
| HSV(B) | 290.05º | 0.89% | 0.88% | - |
| XYZ | 35.29 | 17.15 | 71.97 | - |
| YUV | 97.32 | 199.5 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 25 | 224 | 0.15 | 0.89 | 0 | 0.12 | 290.05 | 0.8 | 0.49 |
| Hex | BF | 19 | E0 | F | 59 | 0 | C | 122 | 50 | 31 |
| Octal | 277 | 31 | 340 | 17 | 131 | 0 | 14 | 442 | 120 | 61 |
| Binary | 10111111 | 11001 | 11100000 | 1111 | 1011001 | 0 | 1100 | 100100010 | 1010000 | 110001 |
Color Harmonies of #BF19E0
Complementary color
Monochromatic Colors of #BF19E0
Black with #BF19E0
Text Example
Text Example
White with #BF19E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF19E0; }
p { color: rgb(191,25,224); }
H1.HeaderClassName
{
color: #BF19E0;
}
.AnyTagClassName
{
color: #BF19E0;
}
</style>
background-color css
<style>
a { background-color: #BF19E0; }
a { background-color: rgb(191,25,224); }
div.DivClassName
{
background-color: #BF19E0;
}
.BgClassName
{
background-color: #BF19E0;
}
</style>
border-color css
<style>
span { border-color: #BF19E0; }
span { border-color: rgb(191,25,224); }
td.TdClassName
{
border-color: #BF19E0;
}
.TagClassName
{
border-color: #BF19E0;
}
</style>