Shades of Deep Magenta #C52ACD
Tints of Deep Magenta #C52ACD
RGB
CMYK
RGB Variations
Color information
#C52ACD (or 0xC52ACD) is known color: Deep Magenta. HEX triplet: C5, 2A and CD. RGB value is (197,42,205). Sum of RGB (Red+Green+Blue) = 197+42+205=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 42 (16.80% from 255 or 9.46% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #C52ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52ACD is #3AD532. Grayscale: #6A6A6A. Windows color (decimal): -3855667 or 13445829. OLE color: 13445829.
HSL color Cylindrical-coordinate representation of color #C52ACD: hue angle of 297.06º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52ACD is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 42 | 205 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.20 |
| HSL | 297.06º | 0.66% | 0.48% | - |
| HSV(B) | 297.06º | 0.8% | 0.8% | - |
| XYZ | 34.87 | 17.93 | 59.38 | - |
| YUV | 106.93 | 183.35 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 42 | 205 | 0.04 | 0.80 | 0 | 0.20 | 297.06 | 0.66 | 0.48 |
| Hex | C5 | 2A | CD | 4 | 50 | 0 | 14 | 129 | 42 | 30 |
| Octal | 305 | 52 | 315 | 4 | 120 | 0 | 24 | 451 | 102 | 60 |
| Binary | 11000101 | 101010 | 11001101 | 100 | 1010000 | 0 | 10100 | 100101001 | 1000010 | 110000 |
Color Harmonies of #C52ACD
Complementary color
Monochromatic Colors of #C52ACD
Black with #C52ACD
Text Example
Text Example
White with #C52ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52ACD; }
p { color: rgb(197,42,205); }
H1.HeaderClassName
{
color: #C52ACD;
}
.AnyTagClassName
{
color: #C52ACD;
}
</style>
background-color css
<style>
a { background-color: #C52ACD; }
a { background-color: rgb(197,42,205); }
div.DivClassName
{
background-color: #C52ACD;
}
.BgClassName
{
background-color: #C52ACD;
}
</style>
border-color css
<style>
span { border-color: #C52ACD; }
span { border-color: rgb(197,42,205); }
td.TdClassName
{
border-color: #C52ACD;
}
.TagClassName
{
border-color: #C52ACD;
}
</style>