Shades of Deep Magenta #BF19DF
Tints of Deep Magenta #BF19DF
RGB
CMYK
RGB Variations
Color information
#BF19DF (or 0xBF19DF) is known color: Deep Magenta. HEX triplet: BF, 19 and DF. RGB value is (191,25,223). Sum of RGB (Red+Green+Blue) = 191+25+223=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 25 (10.16% from 255 or 5.69% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF19DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF19DF is #40E620. Grayscale: #606060. Windows color (decimal): -4253217 or 14621119. OLE color: 14621119.
HSL color Cylindrical-coordinate representation of color #BF19DF: hue angle of 290.3º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF19DF is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 25 | 223 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.13 |
| HSL | 290.3º | 0.8% | 0.49% | - |
| HSV(B) | 290.3º | 0.89% | 0.87% | - |
| XYZ | 35.15 | 17.1 | 71.26 | - |
| YUV | 97.21 | 199 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 25 | 223 | 0.14 | 0.89 | 0 | 0.13 | 290.3 | 0.8 | 0.49 |
| Hex | BF | 19 | DF | E | 59 | 0 | D | 122 | 50 | 31 |
| Octal | 277 | 31 | 337 | 16 | 131 | 0 | 15 | 442 | 120 | 61 |
| Binary | 10111111 | 11001 | 11011111 | 1110 | 1011001 | 0 | 1101 | 100100010 | 1010000 | 110001 |
Color Harmonies of #BF19DF
Complementary color
Monochromatic Colors of #BF19DF
Black with #BF19DF
Text Example
Text Example
White with #BF19DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF19DF; }
p { color: rgb(191,25,223); }
H1.HeaderClassName
{
color: #BF19DF;
}
.AnyTagClassName
{
color: #BF19DF;
}
</style>
background-color css
<style>
a { background-color: #BF19DF; }
a { background-color: rgb(191,25,223); }
div.DivClassName
{
background-color: #BF19DF;
}
.BgClassName
{
background-color: #BF19DF;
}
</style>
border-color css
<style>
span { border-color: #BF19DF; }
span { border-color: rgb(191,25,223); }
td.TdClassName
{
border-color: #BF19DF;
}
.TagClassName
{
border-color: #BF19DF;
}
</style>