Shades of Medium Violet Red #C501A3
Tints of Medium Violet Red #C501A3
RGB
CMYK
RGB Variations
Color information
#C501A3 (or 0xC501A3) is known color: Medium Violet Red. HEX triplet: C5, 01 and A3. RGB value is (197,1,163). Sum of RGB (Red+Green+Blue) = 197+1+163=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 163 (64.06% from 255 or 45.15% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C501A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C501A3 is #3AFE5C. Grayscale: #4D4D4D. Windows color (decimal): -3866205 or 10682821. OLE color: 10682821.
HSL color Cylindrical-coordinate representation of color #C501A3: hue angle of 310.41º 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 #C501A3 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 163 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.23 |
| HSL | 310.41º | 0.99% | 0.39% | - |
| HSV(B) | 310.41º | 0.99% | 0.77% | - |
| XYZ | 29.65 | 14.54 | 35.89 | - |
| YUV | 78.07 | 175.93 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 163 | 0 | 0.99 | 0.17 | 0.23 | 310.41 | 0.99 | 0.39 |
| Hex | C5 | 1 | A3 | 0 | 63 | 11 | 17 | 136 | 63 | 27 |
| Octal | 305 | 1 | 243 | 0 | 143 | 21 | 27 | 466 | 143 | 47 |
| Binary | 11000101 | 1 | 10100011 | 0 | 1100011 | 10001 | 10111 | 100110110 | 1100011 | 100111 |
Color Harmonies of #C501A3
Complementary color
Monochromatic Colors of #C501A3
Black with #C501A3
Text Example
Text Example
White with #C501A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C501A3; }
p { color: rgb(197,1,163); }
H1.HeaderClassName
{
color: #C501A3;
}
.AnyTagClassName
{
color: #C501A3;
}
</style>
background-color css
<style>
a { background-color: #C501A3; }
a { background-color: rgb(197,1,163); }
div.DivClassName
{
background-color: #C501A3;
}
.BgClassName
{
background-color: #C501A3;
}
</style>
border-color css
<style>
span { border-color: #C501A3; }
span { border-color: rgb(197,1,163); }
td.TdClassName
{
border-color: #C501A3;
}
.TagClassName
{
border-color: #C501A3;
}
</style>