Shades of Deep Magenta #C40AAC
Tints of Deep Magenta #C40AAC
RGB
CMYK
RGB Variations
Color information
#C40AAC (or 0xC40AAC) is known color: Deep Magenta. HEX triplet: C4, 0A and AC. RGB value is (196,10,172). Sum of RGB (Red+Green+Blue) = 196+10+172=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 10 (4.30% from 255 or 2.65% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C40AAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40AAC is #3BF553. Grayscale: #535353. Windows color (decimal): -3929428 or 11274948. OLE color: 11274948.
HSL color Cylindrical-coordinate representation of color #C40AAC: hue angle of 307.74º 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 #C40AAC is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 10 | 172 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.23 |
| HSL | 307.74º | 0.9% | 0.4% | - |
| HSV(B) | 307.74º | 0.95% | 0.77% | - |
| XYZ | 30.32 | 14.93 | 40.31 | - |
| YUV | 84.08 | 177.62 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 10 | 172 | 0 | 0.95 | 0.12 | 0.23 | 307.74 | 0.9 | 0.4 |
| Hex | C4 | A | AC | 0 | 5F | C | 17 | 134 | 5A | 28 |
| Octal | 304 | 12 | 254 | 0 | 137 | 14 | 27 | 464 | 132 | 50 |
| Binary | 11000100 | 1010 | 10101100 | 0 | 1011111 | 1100 | 10111 | 100110100 | 1011010 | 101000 |
Color Harmonies of #C40AAC
Complementary color
Monochromatic Colors of #C40AAC
Black with #C40AAC
Text Example
Text Example
White with #C40AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40AAC; }
p { color: rgb(196,10,172); }
H1.HeaderClassName
{
color: #C40AAC;
}
.AnyTagClassName
{
color: #C40AAC;
}
</style>
background-color css
<style>
a { background-color: #C40AAC; }
a { background-color: rgb(196,10,172); }
div.DivClassName
{
background-color: #C40AAC;
}
.BgClassName
{
background-color: #C40AAC;
}
</style>
border-color css
<style>
span { border-color: #C40AAC; }
span { border-color: rgb(196,10,172); }
td.TdClassName
{
border-color: #C40AAC;
}
.TagClassName
{
border-color: #C40AAC;
}
</style>