Shades of Medium Violet Red #C500A1
Tints of Medium Violet Red #C500A1
RGB
CMYK
RGB Variations
Color information
#C500A1 (or 0xC500A1) is known color: Medium Violet Red. HEX triplet: C5, 00 and A1. RGB value is (197,0,161). Sum of RGB (Red+Green+Blue) = 197+0+161=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 161 (63.28% from 255 or 44.97% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C500A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C500A1 is #3AFF5E. Grayscale: #4C4C4C. Windows color (decimal): -3866463 or 10551493. OLE color: 10551493.
HSL color Cylindrical-coordinate representation of color #C500A1: hue angle of 310.96º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C500A1 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 0 | 161 | - |
| CMYK | 0 | 1 | 0.18 | 0.23 |
| HSL | 310.96º | 1% | 0.39% | - |
| HSV(B) | 310.96º | 1% | 0.77% | - |
| XYZ | 29.46 | 14.44 | 34.95 | - |
| YUV | 77.26 | 175.27 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 161 | 0 | 1 | 0.18 | 0.23 | 310.96 | 1 | 0.39 |
| Hex | C5 | 0 | A1 | 0 | 64 | 12 | 17 | 137 | 64 | 27 |
| Octal | 305 | 0 | 241 | 0 | 144 | 22 | 27 | 467 | 144 | 47 |
| Binary | 11000101 | 0 | 10100001 | 0 | 1100100 | 10010 | 10111 | 100110111 | 1100100 | 100111 |
Color Harmonies of #C500A1
Complementary color
Monochromatic Colors of #C500A1
Black with #C500A1
Text Example
Text Example
White with #C500A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C500A1; }
p { color: rgb(197,0,161); }
H1.HeaderClassName
{
color: #C500A1;
}
.AnyTagClassName
{
color: #C500A1;
}
</style>
background-color css
<style>
a { background-color: #C500A1; }
a { background-color: rgb(197,0,161); }
div.DivClassName
{
background-color: #C500A1;
}
.BgClassName
{
background-color: #C500A1;
}
</style>
border-color css
<style>
span { border-color: #C500A1; }
span { border-color: rgb(197,0,161); }
td.TdClassName
{
border-color: #C500A1;
}
.TagClassName
{
border-color: #C500A1;
}
</style>