Shades of Deep Magenta #C502AC
Tints of Deep Magenta #C502AC
RGB
CMYK
RGB Variations
Color information
#C502AC (or 0xC502AC) is known color: Deep Magenta. HEX triplet: C5, 02 and AC. RGB value is (197,2,172). Sum of RGB (Red+Green+Blue) = 197+2+172=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C502AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C502AC is #3AFD53. Grayscale: #4F4F4F. Windows color (decimal): -3865940 or 11272901. OLE color: 11272901.
HSL color Cylindrical-coordinate representation of color #C502AC: hue angle of 307.69º 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 #C502AC is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 2 | 172 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.23 |
| HSL | 307.69º | 0.98% | 0.39% | - |
| HSV(B) | 307.69º | 0.99% | 0.77% | - |
| XYZ | 30.49 | 14.89 | 40.3 | - |
| YUV | 79.69 | 180.1 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 2 | 172 | 0 | 0.99 | 0.13 | 0.23 | 307.69 | 0.98 | 0.39 |
| Hex | C5 | 2 | AC | 0 | 63 | D | 17 | 134 | 62 | 27 |
| Octal | 305 | 2 | 254 | 0 | 143 | 15 | 27 | 464 | 142 | 47 |
| Binary | 11000101 | 10 | 10101100 | 0 | 1100011 | 1101 | 10111 | 100110100 | 1100010 | 100111 |
Color Harmonies of #C502AC
Complementary color
Monochromatic Colors of #C502AC
Black with #C502AC
Text Example
Text Example
White with #C502AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C502AC; }
p { color: rgb(197,2,172); }
H1.HeaderClassName
{
color: #C502AC;
}
.AnyTagClassName
{
color: #C502AC;
}
</style>
background-color css
<style>
a { background-color: #C502AC; }
a { background-color: rgb(197,2,172); }
div.DivClassName
{
background-color: #C502AC;
}
.BgClassName
{
background-color: #C502AC;
}
</style>
border-color css
<style>
span { border-color: #C502AC; }
span { border-color: rgb(197,2,172); }
td.TdClassName
{
border-color: #C502AC;
}
.TagClassName
{
border-color: #C502AC;
}
</style>