Shades of Deep Magenta #C004AA
Tints of Deep Magenta #C004AA
RGB
CMYK
RGB Variations
Color information
#C004AA (or 0xC004AA) is known color: Deep Magenta. HEX triplet: C0, 04 and AA. RGB value is (192,4,170). Sum of RGB (Red+Green+Blue) = 192+4+170=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 4 (1.95% from 255 or 1.09% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C004AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C004AA is #3FFB55. Grayscale: #4E4E4E. Windows color (decimal): -4193110 or 11142336. OLE color: 11142336.
HSL color Cylindrical-coordinate representation of color #C004AA: hue angle of 307.02º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C004AA is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 4 | 170 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.25 |
| HSL | 307.02º | 0.96% | 0.38% | - |
| HSV(B) | 307.02º | 0.98% | 0.75% | - |
| XYZ | 29.04 | 14.2 | 39.24 | - |
| YUV | 79.14 | 179.28 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 170 | 0 | 0.98 | 0.11 | 0.25 | 307.02 | 0.96 | 0.38 |
| Hex | C0 | 4 | AA | 0 | 62 | B | 19 | 133 | 60 | 26 |
| Octal | 300 | 4 | 252 | 0 | 142 | 13 | 31 | 463 | 140 | 46 |
| Binary | 11000000 | 100 | 10101010 | 0 | 1100010 | 1011 | 11001 | 100110011 | 1100000 | 100110 |
Color Harmonies of #C004AA
Complementary color
Monochromatic Colors of #C004AA
Black with #C004AA
Text Example
Text Example
White with #C004AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C004AA; }
p { color: rgb(192,4,170); }
H1.HeaderClassName
{
color: #C004AA;
}
.AnyTagClassName
{
color: #C004AA;
}
</style>
background-color css
<style>
a { background-color: #C004AA; }
a { background-color: rgb(192,4,170); }
div.DivClassName
{
background-color: #C004AA;
}
.BgClassName
{
background-color: #C004AA;
}
</style>
border-color css
<style>
span { border-color: #C004AA; }
span { border-color: rgb(192,4,170); }
td.TdClassName
{
border-color: #C004AA;
}
.TagClassName
{
border-color: #C004AA;
}
</style>