Shades of Deep Magenta #C802AA
Tints of Deep Magenta #C802AA
RGB
CMYK
RGB Variations
Color information
#C802AA (or 0xC802AA) is known color: Deep Magenta. HEX triplet: C8, 02 and AA. RGB value is (200,2,170). Sum of RGB (Red+Green+Blue) = 200+2+170=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 2 (1.17% from 255 or 0.54% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C802AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C802AA is #37FD55. Grayscale: #4F4F4F. Windows color (decimal): -3669334 or 11141832. OLE color: 11141832.
HSL color Cylindrical-coordinate representation of color #C802AA: hue angle of 309.09º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C802AA is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 170 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.22 |
| HSL | 309.09º | 0.98% | 0.4% | - |
| HSV(B) | 309.09º | 0.99% | 0.78% | - |
| XYZ | 31.1 | 15.23 | 39.33 | - |
| YUV | 80.35 | 178.6 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 170 | 0 | 0.99 | 0.15 | 0.22 | 309.09 | 0.98 | 0.4 |
| Hex | C8 | 2 | AA | 0 | 63 | F | 16 | 135 | 62 | 28 |
| Octal | 310 | 2 | 252 | 0 | 143 | 17 | 26 | 465 | 142 | 50 |
| Binary | 11001000 | 10 | 10101010 | 0 | 1100011 | 1111 | 10110 | 100110101 | 1100010 | 101000 |
Color Harmonies of #C802AA
Complementary color
Monochromatic Colors of #C802AA
Black with #C802AA
Text Example
Text Example
White with #C802AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C802AA; }
p { color: rgb(200,2,170); }
H1.HeaderClassName
{
color: #C802AA;
}
.AnyTagClassName
{
color: #C802AA;
}
</style>
background-color css
<style>
a { background-color: #C802AA; }
a { background-color: rgb(200,2,170); }
div.DivClassName
{
background-color: #C802AA;
}
.BgClassName
{
background-color: #C802AA;
}
</style>
border-color css
<style>
span { border-color: #C802AA; }
span { border-color: rgb(200,2,170); }
td.TdClassName
{
border-color: #C802AA;
}
.TagClassName
{
border-color: #C802AA;
}
</style>