Shades of Deep Magenta #C520CC
Tints of Deep Magenta #C520CC
RGB
CMYK
RGB Variations
Color information
#C520CC (or 0xC520CC) is known color: Deep Magenta. HEX triplet: C5, 20 and CC. RGB value is (197,32,204). Sum of RGB (Red+Green+Blue) = 197+32+204=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 32 (12.89% from 255 or 7.39% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #C520CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C520CC is #3ADF33. Grayscale: #646464. Windows color (decimal): -3858228 or 13377733. OLE color: 13377733.
HSL color Cylindrical-coordinate representation of color #C520CC: hue angle of 297.56º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C520CC is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 32 | 204 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.2 |
| HSL | 297.56º | 0.73% | 0.46% | - |
| HSV(B) | 297.56º | 0.84% | 0.8% | - |
| XYZ | 34.44 | 17.26 | 58.64 | - |
| YUV | 100.94 | 186.16 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 204 | 0.03 | 0.84 | 0 | 0.2 | 297.56 | 0.73 | 0.46 |
| Hex | C5 | 20 | CC | 3 | 54 | 0 | 14 | 12A | 49 | 2E |
| Octal | 305 | 40 | 314 | 3 | 124 | 0 | 24 | 452 | 111 | 56 |
| Binary | 11000101 | 100000 | 11001100 | 11 | 1010100 | 0 | 10100 | 100101010 | 1001001 | 101110 |
Color Harmonies of #C520CC
Complementary color
Monochromatic Colors of #C520CC
Black with #C520CC
Text Example
Text Example
White with #C520CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C520CC; }
p { color: rgb(197,32,204); }
H1.HeaderClassName
{
color: #C520CC;
}
.AnyTagClassName
{
color: #C520CC;
}
</style>
background-color css
<style>
a { background-color: #C520CC; }
a { background-color: rgb(197,32,204); }
div.DivClassName
{
background-color: #C520CC;
}
.BgClassName
{
background-color: #C520CC;
}
</style>
border-color css
<style>
span { border-color: #C520CC; }
span { border-color: rgb(197,32,204); }
td.TdClassName
{
border-color: #C520CC;
}
.TagClassName
{
border-color: #C520CC;
}
</style>