Shades of Deep Magenta #C52ACC
Tints of Deep Magenta #C52ACC
RGB
CMYK
RGB Variations
Color information
#C52ACC (or 0xC52ACC) is known color: Deep Magenta. HEX triplet: C5, 2A and CC. RGB value is (197,42,204). Sum of RGB (Red+Green+Blue) = 197+42+204=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 42 (16.80% from 255 or 9.48% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #C52ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52ACC is #3AD533. Grayscale: #6A6A6A. Windows color (decimal): -3855668 or 13380293. OLE color: 13380293.
HSL color Cylindrical-coordinate representation of color #C52ACC: hue angle of 297.41º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C52ACC is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 42 | 204 | - |
| CMYK | 0.03 | 0.79 | 0 | 0.2 |
| HSL | 297.41º | 0.66% | 0.48% | - |
| HSV(B) | 297.41º | 0.79% | 0.8% | - |
| XYZ | 34.75 | 17.89 | 58.75 | - |
| YUV | 106.81 | 182.85 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 42 | 204 | 0.03 | 0.79 | 0 | 0.2 | 297.41 | 0.66 | 0.48 |
| Hex | C5 | 2A | CC | 3 | 4F | 0 | 14 | 129 | 42 | 30 |
| Octal | 305 | 52 | 314 | 3 | 117 | 0 | 24 | 451 | 102 | 60 |
| Binary | 11000101 | 101010 | 11001100 | 11 | 1001111 | 0 | 10100 | 100101001 | 1000010 | 110000 |
Color Harmonies of #C52ACC
Complementary color
Monochromatic Colors of #C52ACC
Black with #C52ACC
Text Example
Text Example
White with #C52ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52ACC; }
p { color: rgb(197,42,204); }
H1.HeaderClassName
{
color: #C52ACC;
}
.AnyTagClassName
{
color: #C52ACC;
}
</style>
background-color css
<style>
a { background-color: #C52ACC; }
a { background-color: rgb(197,42,204); }
div.DivClassName
{
background-color: #C52ACC;
}
.BgClassName
{
background-color: #C52ACC;
}
</style>
border-color css
<style>
span { border-color: #C52ACC; }
span { border-color: rgb(197,42,204); }
td.TdClassName
{
border-color: #C52ACC;
}
.TagClassName
{
border-color: #C52ACC;
}
</style>