Shades of Deep Magenta #BF0CAB
Tints of Deep Magenta #BF0CAB
RGB
CMYK
RGB Variations
Color information
#BF0CAB (or 0xBF0CAB) is known color: Deep Magenta. HEX triplet: BF, 0C and AB. RGB value is (191,12,171). Sum of RGB (Red+Green+Blue) = 191+12+171=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 12 (5.08% from 255 or 3.21% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0CAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0CAB is #40F354. Grayscale: #535353. Windows color (decimal): -4256597 or 11209919. OLE color: 11209919.
HSL color Cylindrical-coordinate representation of color #BF0CAB: hue angle of 306.7º 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 #BF0CAB is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 12 | 171 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.25 |
| HSL | 306.7º | 0.88% | 0.4% | - |
| HSV(B) | 306.7º | 0.94% | 0.75% | - |
| XYZ | 28.97 | 14.28 | 39.76 | - |
| YUV | 83.65 | 177.3 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 12 | 171 | 0 | 0.94 | 0.10 | 0.25 | 306.7 | 0.88 | 0.4 |
| Hex | BF | C | AB | 0 | 5E | A | 19 | 133 | 58 | 28 |
| Octal | 277 | 14 | 253 | 0 | 136 | 12 | 31 | 463 | 130 | 50 |
| Binary | 10111111 | 1100 | 10101011 | 0 | 1011110 | 1010 | 11001 | 100110011 | 1011000 | 101000 |
Color Harmonies of #BF0CAB
Complementary color
Monochromatic Colors of #BF0CAB
Black with #BF0CAB
Text Example
Text Example
White with #BF0CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0CAB; }
p { color: rgb(191,12,171); }
H1.HeaderClassName
{
color: #BF0CAB;
}
.AnyTagClassName
{
color: #BF0CAB;
}
</style>
background-color css
<style>
a { background-color: #BF0CAB; }
a { background-color: rgb(191,12,171); }
div.DivClassName
{
background-color: #BF0CAB;
}
.BgClassName
{
background-color: #BF0CAB;
}
</style>
border-color css
<style>
span { border-color: #BF0CAB; }
span { border-color: rgb(191,12,171); }
td.TdClassName
{
border-color: #BF0CAB;
}
.TagClassName
{
border-color: #BF0CAB;
}
</style>