Shades of Deep Magenta #C40AAE
Tints of Deep Magenta #C40AAE
RGB
CMYK
RGB Variations
Color information
#C40AAE (or 0xC40AAE) is known color: Deep Magenta. HEX triplet: C4, 0A and AE. RGB value is (196,10,174). Sum of RGB (Red+Green+Blue) = 196+10+174=380 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.58% from 380); Green value is 10 (4.30% from 255 or 2.63% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 196 - color contains mainly: red. Hex color #C40AAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40AAE is #3BF551. Grayscale: #535353. Windows color (decimal): -3929426 or 11406020. OLE color: 11406020.
HSL color Cylindrical-coordinate representation of color #C40AAE: hue angle of 307.1º 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 #C40AAE is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 10 | 174 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.23 |
| HSL | 307.1º | 0.9% | 0.4% | - |
| HSV(B) | 307.1º | 0.95% | 0.77% | - |
| XYZ | 30.51 | 15.01 | 41.33 | - |
| YUV | 84.31 | 178.62 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 10 | 174 | 0 | 0.95 | 0.11 | 0.23 | 307.1 | 0.9 | 0.4 |
| Hex | C4 | A | AE | 0 | 5F | B | 17 | 133 | 5A | 28 |
| Octal | 304 | 12 | 256 | 0 | 137 | 13 | 27 | 463 | 132 | 50 |
| Binary | 11000100 | 1010 | 10101110 | 0 | 1011111 | 1011 | 10111 | 100110011 | 1011010 | 101000 |
Color Harmonies of #C40AAE
Complementary color
Monochromatic Colors of #C40AAE
Black with #C40AAE
Text Example
Text Example
White with #C40AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40AAE; }
p { color: rgb(196,10,174); }
H1.HeaderClassName
{
color: #C40AAE;
}
.AnyTagClassName
{
color: #C40AAE;
}
</style>
background-color css
<style>
a { background-color: #C40AAE; }
a { background-color: rgb(196,10,174); }
div.DivClassName
{
background-color: #C40AAE;
}
.BgClassName
{
background-color: #C40AAE;
}
</style>
border-color css
<style>
span { border-color: #C40AAE; }
span { border-color: rgb(196,10,174); }
td.TdClassName
{
border-color: #C40AAE;
}
.TagClassName
{
border-color: #C40AAE;
}
</style>