Shades of Deep Magenta #BF19AD
Tints of Deep Magenta #BF19AD
RGB
CMYK
RGB Variations
Color information
#BF19AD (or 0xBF19AD) is known color: Deep Magenta. HEX triplet: BF, 19 and AD. RGB value is (191,25,173). Sum of RGB (Red+Green+Blue) = 191+25+173=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 25 (10.16% from 255 or 6.43% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF19AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF19AD is #40E652. Grayscale: #5B5B5B. Windows color (decimal): -4253267 or 11344319. OLE color: 11344319.
HSL color Cylindrical-coordinate representation of color #BF19AD: hue angle of 306.51º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF19AD is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 25 | 173 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.25 |
| HSL | 306.51º | 0.77% | 0.42% | - |
| HSV(B) | 306.51º | 0.87% | 0.75% | - |
| XYZ | 29.38 | 14.79 | 40.84 | - |
| YUV | 91.51 | 174 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 25 | 173 | 0 | 0.87 | 0.09 | 0.25 | 306.51 | 0.77 | 0.42 |
| Hex | BF | 19 | AD | 0 | 57 | 9 | 19 | 133 | 4D | 2A |
| Octal | 277 | 31 | 255 | 0 | 127 | 11 | 31 | 463 | 115 | 52 |
| Binary | 10111111 | 11001 | 10101101 | 0 | 1010111 | 1001 | 11001 | 100110011 | 1001101 | 101010 |
Color Harmonies of #BF19AD
Complementary color
Monochromatic Colors of #BF19AD
Black with #BF19AD
Text Example
Text Example
White with #BF19AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF19AD; }
p { color: rgb(191,25,173); }
H1.HeaderClassName
{
color: #BF19AD;
}
.AnyTagClassName
{
color: #BF19AD;
}
</style>
background-color css
<style>
a { background-color: #BF19AD; }
a { background-color: rgb(191,25,173); }
div.DivClassName
{
background-color: #BF19AD;
}
.BgClassName
{
background-color: #BF19AD;
}
</style>
border-color css
<style>
span { border-color: #BF19AD; }
span { border-color: rgb(191,25,173); }
td.TdClassName
{
border-color: #BF19AD;
}
.TagClassName
{
border-color: #BF19AD;
}
</style>