Shades of Deep Magenta #C40AAF
Tints of Deep Magenta #C40AAF
RGB
CMYK
RGB Variations
Color information
#C40AAF (or 0xC40AAF) is known color: Deep Magenta. HEX triplet: C4, 0A and AF. RGB value is (196,10,175). Sum of RGB (Red+Green+Blue) = 196+10+175=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 10 (4.30% from 255 or 2.62% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C40AAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40AAF is #3BF550. Grayscale: #535353. Windows color (decimal): -3929425 or 11471556. OLE color: 11471556.
HSL color Cylindrical-coordinate representation of color #C40AAF: hue angle of 306.77º 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 #C40AAF is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 10 | 175 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.23 |
| HSL | 306.77º | 0.9% | 0.4% | - |
| HSV(B) | 306.77º | 0.95% | 0.77% | - |
| XYZ | 30.61 | 15.05 | 41.85 | - |
| YUV | 84.42 | 179.12 | 207.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 10 | 175 | 0 | 0.95 | 0.11 | 0.23 | 306.77 | 0.9 | 0.4 |
| Hex | C4 | A | AF | 0 | 5F | B | 17 | 133 | 5A | 28 |
| Octal | 304 | 12 | 257 | 0 | 137 | 13 | 27 | 463 | 132 | 50 |
| Binary | 11000100 | 1010 | 10101111 | 0 | 1011111 | 1011 | 10111 | 100110011 | 1011010 | 101000 |
Color Harmonies of #C40AAF
Complementary color
Monochromatic Colors of #C40AAF
Black with #C40AAF
Text Example
Text Example
White with #C40AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40AAF; }
p { color: rgb(196,10,175); }
H1.HeaderClassName
{
color: #C40AAF;
}
.AnyTagClassName
{
color: #C40AAF;
}
</style>
background-color css
<style>
a { background-color: #C40AAF; }
a { background-color: rgb(196,10,175); }
div.DivClassName
{
background-color: #C40AAF;
}
.BgClassName
{
background-color: #C40AAF;
}
</style>
border-color css
<style>
span { border-color: #C40AAF; }
span { border-color: rgb(196,10,175); }
td.TdClassName
{
border-color: #C40AAF;
}
.TagClassName
{
border-color: #C40AAF;
}
</style>