Shades of Deep Magenta #C502AA
Tints of Deep Magenta #C502AA
RGB
CMYK
RGB Variations
Color information
#C502AA (or 0xC502AA) is known color: Deep Magenta. HEX triplet: C5, 02 and AA. RGB value is (197,2,170). Sum of RGB (Red+Green+Blue) = 197+2+170=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 2 (1.17% from 255 or 0.54% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C502AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C502AA is #3AFD55. Grayscale: #4E4E4E. Windows color (decimal): -3865942 or 11141829. OLE color: 11141829.
HSL color Cylindrical-coordinate representation of color #C502AA: hue angle of 308.31º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C502AA is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 2 | 170 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.23 |
| HSL | 308.31º | 0.98% | 0.39% | - |
| HSV(B) | 308.31º | 0.99% | 0.77% | - |
| XYZ | 30.3 | 14.82 | 39.29 | - |
| YUV | 79.46 | 179.1 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 2 | 170 | 0 | 0.99 | 0.14 | 0.23 | 308.31 | 0.98 | 0.39 |
| Hex | C5 | 2 | AA | 0 | 63 | E | 17 | 134 | 62 | 27 |
| Octal | 305 | 2 | 252 | 0 | 143 | 16 | 27 | 464 | 142 | 47 |
| Binary | 11000101 | 10 | 10101010 | 0 | 1100011 | 1110 | 10111 | 100110100 | 1100010 | 100111 |
Color Harmonies of #C502AA
Complementary color
Monochromatic Colors of #C502AA
Black with #C502AA
Text Example
Text Example
White with #C502AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C502AA; }
p { color: rgb(197,2,170); }
H1.HeaderClassName
{
color: #C502AA;
}
.AnyTagClassName
{
color: #C502AA;
}
</style>
background-color css
<style>
a { background-color: #C502AA; }
a { background-color: rgb(197,2,170); }
div.DivClassName
{
background-color: #C502AA;
}
.BgClassName
{
background-color: #C502AA;
}
</style>
border-color css
<style>
span { border-color: #C502AA; }
span { border-color: rgb(197,2,170); }
td.TdClassName
{
border-color: #C502AA;
}
.TagClassName
{
border-color: #C502AA;
}
</style>