Shades of Deep Magenta #C504AA
Tints of Deep Magenta #C504AA
RGB
CMYK
RGB Variations
Color information
#C504AA (or 0xC504AA) is known color: Deep Magenta. HEX triplet: C5, 04 and AA. RGB value is (197,4,170). Sum of RGB (Red+Green+Blue) = 197+4+170=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C504AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C504AA is #3AFB55. Grayscale: #505050. Windows color (decimal): -3865430 or 11142341. OLE color: 11142341.
HSL color Cylindrical-coordinate representation of color #C504AA: hue angle of 308.39º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C504AA is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 4 | 170 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.23 |
| HSL | 308.39º | 0.96% | 0.39% | - |
| HSV(B) | 308.39º | 0.98% | 0.77% | - |
| XYZ | 30.33 | 14.86 | 39.3 | - |
| YUV | 80.63 | 178.44 | 211 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 4 | 170 | 0 | 0.98 | 0.14 | 0.23 | 308.39 | 0.96 | 0.39 |
| Hex | C5 | 4 | AA | 0 | 62 | E | 17 | 134 | 60 | 27 |
| Octal | 305 | 4 | 252 | 0 | 142 | 16 | 27 | 464 | 140 | 47 |
| Binary | 11000101 | 100 | 10101010 | 0 | 1100010 | 1110 | 10111 | 100110100 | 1100000 | 100111 |
Color Harmonies of #C504AA
Complementary color
Monochromatic Colors of #C504AA
Black with #C504AA
Text Example
Text Example
White with #C504AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C504AA; }
p { color: rgb(197,4,170); }
H1.HeaderClassName
{
color: #C504AA;
}
.AnyTagClassName
{
color: #C504AA;
}
</style>
background-color css
<style>
a { background-color: #C504AA; }
a { background-color: rgb(197,4,170); }
div.DivClassName
{
background-color: #C504AA;
}
.BgClassName
{
background-color: #C504AA;
}
</style>
border-color css
<style>
span { border-color: #C504AA; }
span { border-color: rgb(197,4,170); }
td.TdClassName
{
border-color: #C504AA;
}
.TagClassName
{
border-color: #C504AA;
}
</style>