Shades of Deep Magenta #C52ACE
Tints of Deep Magenta #C52ACE
RGB
CMYK
RGB Variations
Color information
#C52ACE (or 0xC52ACE) is known color: Deep Magenta. HEX triplet: C5, 2A and CE. RGB value is (197,42,206). Sum of RGB (Red+Green+Blue) = 197+42+206=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 42 (16.80% from 255 or 9.44% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #C52ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52ACE is #3AD531. Grayscale: #6A6A6A. Windows color (decimal): -3855666 or 13511365. OLE color: 13511365.
HSL color Cylindrical-coordinate representation of color #C52ACE: hue angle of 296.71º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52ACE is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 42 | 206 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.19 |
| HSL | 296.71º | 0.66% | 0.49% | - |
| HSV(B) | 296.71º | 0.8% | 0.81% | - |
| XYZ | 34.99 | 17.98 | 60.02 | - |
| YUV | 107.04 | 183.85 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 42 | 206 | 0.04 | 0.80 | 0 | 0.19 | 296.71 | 0.66 | 0.49 |
| Hex | C5 | 2A | CE | 4 | 50 | 0 | 13 | 129 | 42 | 31 |
| Octal | 305 | 52 | 316 | 4 | 120 | 0 | 23 | 451 | 102 | 61 |
| Binary | 11000101 | 101010 | 11001110 | 100 | 1010000 | 0 | 10011 | 100101001 | 1000010 | 110001 |
Color Harmonies of #C52ACE
Complementary color
Monochromatic Colors of #C52ACE
Black with #C52ACE
Text Example
Text Example
White with #C52ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52ACE; }
p { color: rgb(197,42,206); }
H1.HeaderClassName
{
color: #C52ACE;
}
.AnyTagClassName
{
color: #C52ACE;
}
</style>
background-color css
<style>
a { background-color: #C52ACE; }
a { background-color: rgb(197,42,206); }
div.DivClassName
{
background-color: #C52ACE;
}
.BgClassName
{
background-color: #C52ACE;
}
</style>
border-color css
<style>
span { border-color: #C52ACE; }
span { border-color: rgb(197,42,206); }
td.TdClassName
{
border-color: #C52ACE;
}
.TagClassName
{
border-color: #C52ACE;
}
</style>