Shades of Deep Magenta #C80AAA
Tints of Deep Magenta #C80AAA
RGB
CMYK
RGB Variations
Color information
#C80AAA (or 0xC80AAA) is known color: Deep Magenta. HEX triplet: C8, 0A and AA. RGB value is (200,10,170). Sum of RGB (Red+Green+Blue) = 200+10+170=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 10 (4.30% from 255 or 2.63% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C80AAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80AAA is #37F555. Grayscale: #545454. Windows color (decimal): -3667286 or 11143880. OLE color: 11143880.
HSL color Cylindrical-coordinate representation of color #C80AAA: hue angle of 309.47º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80AAA is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 10 | 170 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.22 |
| HSL | 309.47º | 0.9% | 0.41% | - |
| HSV(B) | 309.47º | 0.95% | 0.78% | - |
| XYZ | 31.18 | 15.4 | 39.36 | - |
| YUV | 85.05 | 175.95 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 10 | 170 | 0 | 0.95 | 0.15 | 0.22 | 309.47 | 0.9 | 0.41 |
| Hex | C8 | A | AA | 0 | 5F | F | 16 | 135 | 5A | 29 |
| Octal | 310 | 12 | 252 | 0 | 137 | 17 | 26 | 465 | 132 | 51 |
| Binary | 11001000 | 1010 | 10101010 | 0 | 1011111 | 1111 | 10110 | 100110101 | 1011010 | 101001 |
Color Harmonies of #C80AAA
Complementary color
Monochromatic Colors of #C80AAA
Black with #C80AAA
Text Example
Text Example
White with #C80AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80AAA; }
p { color: rgb(200,10,170); }
H1.HeaderClassName
{
color: #C80AAA;
}
.AnyTagClassName
{
color: #C80AAA;
}
</style>
background-color css
<style>
a { background-color: #C80AAA; }
a { background-color: rgb(200,10,170); }
div.DivClassName
{
background-color: #C80AAA;
}
.BgClassName
{
background-color: #C80AAA;
}
</style>
border-color css
<style>
span { border-color: #C80AAA; }
span { border-color: rgb(200,10,170); }
td.TdClassName
{
border-color: #C80AAA;
}
.TagClassName
{
border-color: #C80AAA;
}
</style>