Shades of Medium Violet Red #C520A5
Tints of Medium Violet Red #C520A5
RGB
CMYK
RGB Variations
Color information
#C520A5 (or 0xC520A5) is known color: Medium Violet Red. HEX triplet: C5, 20 and A5. RGB value is (197,32,165). Sum of RGB (Red+Green+Blue) = 197+32+165=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 32 (12.89% from 255 or 8.12% from 394); Blue value is 165 (64.84% from 255 or 41.88% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C520A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C520A5 is #3ADF5A. Grayscale: #606060. Windows color (decimal): -3858267 or 10821829. OLE color: 10821829.
HSL color Cylindrical-coordinate representation of color #C520A5: hue angle of 311.64º 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 #C520A5 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 165 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.23 |
| HSL | 311.64º | 0.72% | 0.45% | - |
| HSV(B) | 311.64º | 0.84% | 0.77% | - |
| XYZ | 30.33 | 15.62 | 37.01 | - |
| YUV | 96.5 | 166.66 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 165 | 0 | 0.84 | 0.16 | 0.23 | 311.64 | 0.72 | 0.45 |
| Hex | C5 | 20 | A5 | 0 | 54 | 10 | 17 | 138 | 48 | 2D |
| Octal | 305 | 40 | 245 | 0 | 124 | 20 | 27 | 470 | 110 | 55 |
| Binary | 11000101 | 100000 | 10100101 | 0 | 1010100 | 10000 | 10111 | 100111000 | 1001000 | 101101 |
Color Harmonies of #C520A5
Complementary color
Monochromatic Colors of #C520A5
Black with #C520A5
Text Example
Text Example
White with #C520A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C520A5; }
p { color: rgb(197,32,165); }
H1.HeaderClassName
{
color: #C520A5;
}
.AnyTagClassName
{
color: #C520A5;
}
</style>
background-color css
<style>
a { background-color: #C520A5; }
a { background-color: rgb(197,32,165); }
div.DivClassName
{
background-color: #C520A5;
}
.BgClassName
{
background-color: #C520A5;
}
</style>
border-color css
<style>
span { border-color: #C520A5; }
span { border-color: rgb(197,32,165); }
td.TdClassName
{
border-color: #C520A5;
}
.TagClassName
{
border-color: #C520A5;
}
</style>