Shades of Medium Violet Red #C520A1
Tints of Medium Violet Red #C520A1
RGB
CMYK
RGB Variations
Color information
#C520A1 (or 0xC520A1) is known color: Medium Violet Red. HEX triplet: C5, 20 and A1. RGB value is (197,32,161). Sum of RGB (Red+Green+Blue) = 197+32+161=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 32 (12.89% from 255 or 8.21% from 390); Blue value is 161 (63.28% from 255 or 41.28% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C520A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C520A1 is #3ADF5E. Grayscale: #5F5F5F. Windows color (decimal): -3858271 or 10559685. OLE color: 10559685.
HSL color Cylindrical-coordinate representation of color #C520A1: hue angle of 313.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 #C520A1 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 161 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.23 |
| HSL | 313.09º | 0.72% | 0.45% | - |
| HSV(B) | 313.09º | 0.84% | 0.77% | - |
| XYZ | 29.98 | 15.48 | 35.13 | - |
| YUV | 96.04 | 164.66 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 161 | 0 | 0.84 | 0.18 | 0.23 | 313.09 | 0.72 | 0.45 |
| Hex | C5 | 20 | A1 | 0 | 54 | 12 | 17 | 139 | 48 | 2D |
| Octal | 305 | 40 | 241 | 0 | 124 | 22 | 27 | 471 | 110 | 55 |
| Binary | 11000101 | 100000 | 10100001 | 0 | 1010100 | 10010 | 10111 | 100111001 | 1001000 | 101101 |
Color Harmonies of #C520A1
Complementary color
Monochromatic Colors of #C520A1
Black with #C520A1
Text Example
Text Example
White with #C520A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C520A1; }
p { color: rgb(197,32,161); }
H1.HeaderClassName
{
color: #C520A1;
}
.AnyTagClassName
{
color: #C520A1;
}
</style>
background-color css
<style>
a { background-color: #C520A1; }
a { background-color: rgb(197,32,161); }
div.DivClassName
{
background-color: #C520A1;
}
.BgClassName
{
background-color: #C520A1;
}
</style>
border-color css
<style>
span { border-color: #C520A1; }
span { border-color: rgb(197,32,161); }
td.TdClassName
{
border-color: #C520A1;
}
.TagClassName
{
border-color: #C520A1;
}
</style>