Shades of Deep Magenta #C00CAA
Tints of Deep Magenta #C00CAA
RGB
CMYK
RGB Variations
Color information
#C00CAA (or 0xC00CAA) is known color: Deep Magenta. HEX triplet: C0, 0C and AA. RGB value is (192,12,170). Sum of RGB (Red+Green+Blue) = 192+12+170=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 12 (5.08% from 255 or 3.21% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C00CAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00CAA is #3FF355. Grayscale: #535353. Windows color (decimal): -4191062 or 11144384. OLE color: 11144384.
HSL color Cylindrical-coordinate representation of color #C00CAA: hue angle of 307.33º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00CAA is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 12 | 170 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.25 |
| HSL | 307.33º | 0.88% | 0.4% | - |
| HSV(B) | 307.33º | 0.94% | 0.75% | - |
| XYZ | 29.13 | 14.37 | 39.27 | - |
| YUV | 83.83 | 176.63 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 12 | 170 | 0 | 0.94 | 0.11 | 0.25 | 307.33 | 0.88 | 0.4 |
| Hex | C0 | C | AA | 0 | 5E | B | 19 | 133 | 58 | 28 |
| Octal | 300 | 14 | 252 | 0 | 136 | 13 | 31 | 463 | 130 | 50 |
| Binary | 11000000 | 1100 | 10101010 | 0 | 1011110 | 1011 | 11001 | 100110011 | 1011000 | 101000 |
Color Harmonies of #C00CAA
Complementary color
Monochromatic Colors of #C00CAA
Black with #C00CAA
Text Example
Text Example
White with #C00CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00CAA; }
p { color: rgb(192,12,170); }
H1.HeaderClassName
{
color: #C00CAA;
}
.AnyTagClassName
{
color: #C00CAA;
}
</style>
background-color css
<style>
a { background-color: #C00CAA; }
a { background-color: rgb(192,12,170); }
div.DivClassName
{
background-color: #C00CAA;
}
.BgClassName
{
background-color: #C00CAA;
}
</style>
border-color css
<style>
span { border-color: #C00CAA; }
span { border-color: rgb(192,12,170); }
td.TdClassName
{
border-color: #C00CAA;
}
.TagClassName
{
border-color: #C00CAA;
}
</style>