Shades of Deep Magenta #C80CAA
Tints of Deep Magenta #C80CAA
RGB
CMYK
RGB Variations
Color information
#C80CAA (or 0xC80CAA) is known color: Deep Magenta. HEX triplet: C8, 0C and AA. RGB value is (200,12,170). Sum of RGB (Red+Green+Blue) = 200+12+170=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 12 (5.08% from 255 or 3.14% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C80CAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80CAA is #37F355. Grayscale: #555555. Windows color (decimal): -3666774 or 11144392. OLE color: 11144392.
HSL color Cylindrical-coordinate representation of color #C80CAA: hue angle of 309.57º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80CAA is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 12 | 170 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.22 |
| HSL | 309.57º | 0.89% | 0.42% | - |
| HSV(B) | 309.57º | 0.94% | 0.78% | - |
| XYZ | 31.21 | 15.44 | 39.37 | - |
| YUV | 86.22 | 175.28 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 12 | 170 | 0 | 0.94 | 0.15 | 0.22 | 309.57 | 0.89 | 0.42 |
| Hex | C8 | C | AA | 0 | 5E | F | 16 | 136 | 59 | 2A |
| Octal | 310 | 14 | 252 | 0 | 136 | 17 | 26 | 466 | 131 | 52 |
| Binary | 11001000 | 1100 | 10101010 | 0 | 1011110 | 1111 | 10110 | 100110110 | 1011001 | 101010 |
Color Harmonies of #C80CAA
Complementary color
Monochromatic Colors of #C80CAA
Black with #C80CAA
Text Example
Text Example
White with #C80CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80CAA; }
p { color: rgb(200,12,170); }
H1.HeaderClassName
{
color: #C80CAA;
}
.AnyTagClassName
{
color: #C80CAA;
}
</style>
background-color css
<style>
a { background-color: #C80CAA; }
a { background-color: rgb(200,12,170); }
div.DivClassName
{
background-color: #C80CAA;
}
.BgClassName
{
background-color: #C80CAA;
}
</style>
border-color css
<style>
span { border-color: #C80CAA; }
span { border-color: rgb(200,12,170); }
td.TdClassName
{
border-color: #C80CAA;
}
.TagClassName
{
border-color: #C80CAA;
}
</style>