Shades of Deep Magenta #BF19AC
Tints of Deep Magenta #BF19AC
RGB
CMYK
RGB Variations
Color information
#BF19AC (or 0xBF19AC) is known color: Deep Magenta. HEX triplet: BF, 19 and AC. RGB value is (191,25,172). Sum of RGB (Red+Green+Blue) = 191+25+172=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BF19AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF19AC is #40E653. Grayscale: #5A5A5A. Windows color (decimal): -4253268 or 11278783. OLE color: 11278783.
HSL color Cylindrical-coordinate representation of color #BF19AC: hue angle of 306.87º 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 #BF19AC is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 25 | 172 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.25 |
| HSL | 306.87º | 0.77% | 0.42% | - |
| HSV(B) | 306.87º | 0.87% | 0.75% | - |
| XYZ | 29.28 | 14.75 | 40.33 | - |
| YUV | 91.39 | 173.5 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 25 | 172 | 0 | 0.87 | 0.10 | 0.25 | 306.87 | 0.77 | 0.42 |
| Hex | BF | 19 | AC | 0 | 57 | A | 19 | 133 | 4D | 2A |
| Octal | 277 | 31 | 254 | 0 | 127 | 12 | 31 | 463 | 115 | 52 |
| Binary | 10111111 | 11001 | 10101100 | 0 | 1010111 | 1010 | 11001 | 100110011 | 1001101 | 101010 |
Color Harmonies of #BF19AC
Complementary color
Monochromatic Colors of #BF19AC
Black with #BF19AC
Text Example
Text Example
White with #BF19AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF19AC; }
p { color: rgb(191,25,172); }
H1.HeaderClassName
{
color: #BF19AC;
}
.AnyTagClassName
{
color: #BF19AC;
}
</style>
background-color css
<style>
a { background-color: #BF19AC; }
a { background-color: rgb(191,25,172); }
div.DivClassName
{
background-color: #BF19AC;
}
.BgClassName
{
background-color: #BF19AC;
}
</style>
border-color css
<style>
span { border-color: #BF19AC; }
span { border-color: rgb(191,25,172); }
td.TdClassName
{
border-color: #BF19AC;
}
.TagClassName
{
border-color: #BF19AC;
}
</style>