Shades of Medium Violet Red #C501A1
Tints of Medium Violet Red #C501A1
RGB
CMYK
RGB Variations
Color information
#C501A1 (or 0xC501A1) is known color: Medium Violet Red. HEX triplet: C5, 01 and A1. RGB value is (197,1,161). Sum of RGB (Red+Green+Blue) = 197+1+161=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 1 (0.78% from 255 or 0.28% from 359); Blue value is 161 (63.28% from 255 or 44.85% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C501A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C501A1 is #3AFE5E. Grayscale: #4D4D4D. Windows color (decimal): -3866207 or 10551749. OLE color: 10551749.
HSL color Cylindrical-coordinate representation of color #C501A1: hue angle of 311.02º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C501A1 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 161 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.23 |
| HSL | 311.02º | 0.99% | 0.39% | - |
| HSV(B) | 311.02º | 0.99% | 0.77% | - |
| XYZ | 29.47 | 14.47 | 34.96 | - |
| YUV | 77.84 | 174.93 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 161 | 0 | 0.99 | 0.18 | 0.23 | 311.02 | 0.99 | 0.39 |
| Hex | C5 | 1 | A1 | 0 | 63 | 12 | 17 | 137 | 63 | 27 |
| Octal | 305 | 1 | 241 | 0 | 143 | 22 | 27 | 467 | 143 | 47 |
| Binary | 11000101 | 1 | 10100001 | 0 | 1100011 | 10010 | 10111 | 100110111 | 1100011 | 100111 |
Color Harmonies of #C501A1
Complementary color
Monochromatic Colors of #C501A1
Black with #C501A1
Text Example
Text Example
White with #C501A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C501A1; }
p { color: rgb(197,1,161); }
H1.HeaderClassName
{
color: #C501A1;
}
.AnyTagClassName
{
color: #C501A1;
}
</style>
background-color css
<style>
a { background-color: #C501A1; }
a { background-color: rgb(197,1,161); }
div.DivClassName
{
background-color: #C501A1;
}
.BgClassName
{
background-color: #C501A1;
}
</style>
border-color css
<style>
span { border-color: #C501A1; }
span { border-color: rgb(197,1,161); }
td.TdClassName
{
border-color: #C501A1;
}
.TagClassName
{
border-color: #C501A1;
}
</style>