Shades of Deep Magenta #C520C2
Tints of Deep Magenta #C520C2
RGB
CMYK
RGB Variations
Color information
#C520C2 (or 0xC520C2) is known color: Deep Magenta. HEX triplet: C5, 20 and C2. RGB value is (197,32,194). Sum of RGB (Red+Green+Blue) = 197+32+194=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 32 (12.89% from 255 or 7.57% from 423); Blue value is 194 (76.17% from 255 or 45.86% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C520C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C520C2 is #3ADF3D. Grayscale: #636363. Windows color (decimal): -3858238 or 12722373. OLE color: 12722373.
HSL color Cylindrical-coordinate representation of color #C520C2: hue angle of 301.09º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C520C2 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 194 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.23 |
| HSL | 301.09º | 0.72% | 0.45% | - |
| HSV(B) | 301.09º | 0.84% | 0.77% | - |
| XYZ | 33.28 | 16.8 | 52.53 | - |
| YUV | 99.8 | 181.16 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 194 | 0 | 0.84 | 0.02 | 0.23 | 301.09 | 0.72 | 0.45 |
| Hex | C5 | 20 | C2 | 0 | 54 | 2 | 17 | 12D | 48 | 2D |
| Octal | 305 | 40 | 302 | 0 | 124 | 2 | 27 | 455 | 110 | 55 |
| Binary | 11000101 | 100000 | 11000010 | 0 | 1010100 | 10 | 10111 | 100101101 | 1001000 | 101101 |
Color Harmonies of #C520C2
Complementary color
Monochromatic Colors of #C520C2
Black with #C520C2
Text Example
Text Example
White with #C520C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C520C2; }
p { color: rgb(197,32,194); }
H1.HeaderClassName
{
color: #C520C2;
}
.AnyTagClassName
{
color: #C520C2;
}
</style>
background-color css
<style>
a { background-color: #C520C2; }
a { background-color: rgb(197,32,194); }
div.DivClassName
{
background-color: #C520C2;
}
.BgClassName
{
background-color: #C520C2;
}
</style>
border-color css
<style>
span { border-color: #C520C2; }
span { border-color: rgb(197,32,194); }
td.TdClassName
{
border-color: #C520C2;
}
.TagClassName
{
border-color: #C520C2;
}
</style>