Shades of Deep Magenta #C40AAB
Tints of Deep Magenta #C40AAB
RGB
CMYK
RGB Variations
Color information
#C40AAB (or 0xC40AAB) is known color: Deep Magenta. HEX triplet: C4, 0A and AB. RGB value is (196,10,171). Sum of RGB (Red+Green+Blue) = 196+10+171=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 10 (4.30% from 255 or 2.65% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C40AAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40AAB is #3BF554. Grayscale: #535353. Windows color (decimal): -3929429 or 11209412. OLE color: 11209412.
HSL color Cylindrical-coordinate representation of color #C40AAB: hue angle of 308.06º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40AAB is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 10 | 171 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.23 |
| HSL | 308.06º | 0.9% | 0.4% | - |
| HSV(B) | 308.06º | 0.95% | 0.77% | - |
| XYZ | 30.22 | 14.89 | 39.81 | - |
| YUV | 83.97 | 177.12 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 10 | 171 | 0 | 0.95 | 0.13 | 0.23 | 308.06 | 0.9 | 0.4 |
| Hex | C4 | A | AB | 0 | 5F | D | 17 | 134 | 5A | 28 |
| Octal | 304 | 12 | 253 | 0 | 137 | 15 | 27 | 464 | 132 | 50 |
| Binary | 11000100 | 1010 | 10101011 | 0 | 1011111 | 1101 | 10111 | 100110100 | 1011010 | 101000 |
Color Harmonies of #C40AAB
Complementary color
Monochromatic Colors of #C40AAB
Black with #C40AAB
Text Example
Text Example
White with #C40AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40AAB; }
p { color: rgb(196,10,171); }
H1.HeaderClassName
{
color: #C40AAB;
}
.AnyTagClassName
{
color: #C40AAB;
}
</style>
background-color css
<style>
a { background-color: #C40AAB; }
a { background-color: rgb(196,10,171); }
div.DivClassName
{
background-color: #C40AAB;
}
.BgClassName
{
background-color: #C40AAB;
}
</style>
border-color css
<style>
span { border-color: #C40AAB; }
span { border-color: rgb(196,10,171); }
td.TdClassName
{
border-color: #C40AAB;
}
.TagClassName
{
border-color: #C40AAB;
}
</style>