Shades of Deep Magenta #BF0CAC
Tints of Deep Magenta #BF0CAC
RGB
CMYK
RGB Variations
Color information
#BF0CAC (or 0xBF0CAC) is known color: Deep Magenta. HEX triplet: BF, 0C and AC. RGB value is (191,12,172). Sum of RGB (Red+Green+Blue) = 191+12+172=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 12 (5.08% from 255 or 3.2% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0CAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0CAC is #40F353. Grayscale: #535353. Windows color (decimal): -4256596 or 11275455. OLE color: 11275455.
HSL color Cylindrical-coordinate representation of color #BF0CAC: hue angle of 306.37º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0CAC is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 12 | 172 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.25 |
| HSL | 306.37º | 0.88% | 0.4% | - |
| HSV(B) | 306.37º | 0.94% | 0.75% | - |
| XYZ | 29.06 | 14.32 | 40.26 | - |
| YUV | 83.76 | 177.8 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 12 | 172 | 0 | 0.94 | 0.10 | 0.25 | 306.37 | 0.88 | 0.4 |
| Hex | BF | C | AC | 0 | 5E | A | 19 | 132 | 58 | 28 |
| Octal | 277 | 14 | 254 | 0 | 136 | 12 | 31 | 462 | 130 | 50 |
| Binary | 10111111 | 1100 | 10101100 | 0 | 1011110 | 1010 | 11001 | 100110010 | 1011000 | 101000 |
Color Harmonies of #BF0CAC
Complementary color
Monochromatic Colors of #BF0CAC
Black with #BF0CAC
Text Example
Text Example
White with #BF0CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0CAC; }
p { color: rgb(191,12,172); }
H1.HeaderClassName
{
color: #BF0CAC;
}
.AnyTagClassName
{
color: #BF0CAC;
}
</style>
background-color css
<style>
a { background-color: #BF0CAC; }
a { background-color: rgb(191,12,172); }
div.DivClassName
{
background-color: #BF0CAC;
}
.BgClassName
{
background-color: #BF0CAC;
}
</style>
border-color css
<style>
span { border-color: #BF0CAC; }
span { border-color: rgb(191,12,172); }
td.TdClassName
{
border-color: #BF0CAC;
}
.TagClassName
{
border-color: #BF0CAC;
}
</style>