Shades of Deep Magenta #C504CA
Tints of Deep Magenta #C504CA
RGB
CMYK
RGB Variations
Color information
#C504CA (or 0xC504CA) is known color: Deep Magenta. HEX triplet: C5, 04 and CA. RGB value is (197,4,202). Sum of RGB (Red+Green+Blue) = 197+4+202=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 4 (1.95% from 255 or 0.99% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #C504CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C504CA is #3AFB35. Grayscale: #535353. Windows color (decimal): -3865398 or 13239493. OLE color: 13239493.
HSL color Cylindrical-coordinate representation of color #C504CA: hue angle of 298.48º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C504CA is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 4 | 202 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.21 |
| HSL | 298.48º | 0.96% | 0.4% | - |
| HSV(B) | 298.48º | 0.98% | 0.79% | - |
| XYZ | 33.73 | 16.22 | 57.23 | - |
| YUV | 84.28 | 194.44 | 208.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 4 | 202 | 0.02 | 0.98 | 0 | 0.21 | 298.48 | 0.96 | 0.4 |
| Hex | C5 | 4 | CA | 2 | 62 | 0 | 15 | 12A | 60 | 28 |
| Octal | 305 | 4 | 312 | 2 | 142 | 0 | 25 | 452 | 140 | 50 |
| Binary | 11000101 | 100 | 11001010 | 10 | 1100010 | 0 | 10101 | 100101010 | 1100000 | 101000 |
Color Harmonies of #C504CA
Complementary color
Monochromatic Colors of #C504CA
Black with #C504CA
Text Example
Text Example
White with #C504CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C504CA; }
p { color: rgb(197,4,202); }
H1.HeaderClassName
{
color: #C504CA;
}
.AnyTagClassName
{
color: #C504CA;
}
</style>
background-color css
<style>
a { background-color: #C504CA; }
a { background-color: rgb(197,4,202); }
div.DivClassName
{
background-color: #C504CA;
}
.BgClassName
{
background-color: #C504CA;
}
</style>
border-color css
<style>
span { border-color: #C504CA; }
span { border-color: rgb(197,4,202); }
td.TdClassName
{
border-color: #C504CA;
}
.TagClassName
{
border-color: #C504CA;
}
</style>