Shades of Deep Magenta #C40BAB
Tints of Deep Magenta #C40BAB
RGB
CMYK
RGB Variations
Color information
#C40BAB (or 0xC40BAB) is known color: Deep Magenta. HEX triplet: C4, 0B and AB. RGB value is (196,11,171). Sum of RGB (Red+Green+Blue) = 196+11+171=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 11 (4.69% from 255 or 2.91% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C40BAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40BAB is #3BF454. Grayscale: #545454. Windows color (decimal): -3929173 or 11209668. OLE color: 11209668.
HSL color Cylindrical-coordinate representation of color #C40BAB: hue angle of 308.11º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40BAB is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 171 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.23 |
| HSL | 308.11º | 0.89% | 0.41% | - |
| HSV(B) | 308.11º | 0.94% | 0.77% | - |
| XYZ | 30.24 | 14.92 | 39.81 | - |
| YUV | 84.56 | 176.79 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 171 | 0 | 0.94 | 0.13 | 0.23 | 308.11 | 0.89 | 0.41 |
| Hex | C4 | B | AB | 0 | 5E | D | 17 | 134 | 59 | 29 |
| Octal | 304 | 13 | 253 | 0 | 136 | 15 | 27 | 464 | 131 | 51 |
| Binary | 11000100 | 1011 | 10101011 | 0 | 1011110 | 1101 | 10111 | 100110100 | 1011001 | 101001 |
Color Harmonies of #C40BAB
Complementary color
Monochromatic Colors of #C40BAB
Black with #C40BAB
Text Example
Text Example
White with #C40BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40BAB; }
p { color: rgb(196,11,171); }
H1.HeaderClassName
{
color: #C40BAB;
}
.AnyTagClassName
{
color: #C40BAB;
}
</style>
background-color css
<style>
a { background-color: #C40BAB; }
a { background-color: rgb(196,11,171); }
div.DivClassName
{
background-color: #C40BAB;
}
.BgClassName
{
background-color: #C40BAB;
}
</style>
border-color css
<style>
span { border-color: #C40BAB; }
span { border-color: rgb(196,11,171); }
td.TdClassName
{
border-color: #C40BAB;
}
.TagClassName
{
border-color: #C40BAB;
}
</style>