Shades of Medium Violet Red #C520AA
Tints of Medium Violet Red #C520AA
RGB
CMYK
RGB Variations
Color information
#C520AA (or 0xC520AA) is known color: Medium Violet Red. HEX triplet: C5, 20 and AA. RGB value is (197,32,170). Sum of RGB (Red+Green+Blue) = 197+32+170=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 32 (12.89% from 255 or 8.02% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C520AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C520AA is #3ADF55. Grayscale: #606060. Windows color (decimal): -3858262 or 11149509. OLE color: 11149509.
HSL color Cylindrical-coordinate representation of color #C520AA: hue angle of 309.82º 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 #C520AA is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 170 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.23 |
| HSL | 309.82º | 0.72% | 0.45% | - |
| HSV(B) | 309.82º | 0.84% | 0.77% | - |
| XYZ | 30.8 | 15.81 | 39.46 | - |
| YUV | 97.07 | 169.16 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 170 | 0 | 0.84 | 0.14 | 0.23 | 309.82 | 0.72 | 0.45 |
| Hex | C5 | 20 | AA | 0 | 54 | E | 17 | 136 | 48 | 2D |
| Octal | 305 | 40 | 252 | 0 | 124 | 16 | 27 | 466 | 110 | 55 |
| Binary | 11000101 | 100000 | 10101010 | 0 | 1010100 | 1110 | 10111 | 100110110 | 1001000 | 101101 |
Color Harmonies of #C520AA
Complementary color
Monochromatic Colors of #C520AA
Black with #C520AA
Text Example
Text Example
White with #C520AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C520AA; }
p { color: rgb(197,32,170); }
H1.HeaderClassName
{
color: #C520AA;
}
.AnyTagClassName
{
color: #C520AA;
}
</style>
background-color css
<style>
a { background-color: #C520AA; }
a { background-color: rgb(197,32,170); }
div.DivClassName
{
background-color: #C520AA;
}
.BgClassName
{
background-color: #C520AA;
}
</style>
border-color css
<style>
span { border-color: #C520AA; }
span { border-color: rgb(197,32,170); }
td.TdClassName
{
border-color: #C520AA;
}
.TagClassName
{
border-color: #C520AA;
}
</style>