Shades of Medium Violet Red #C513A3
Tints of Medium Violet Red #C513A3
RGB
CMYK
RGB Variations
Color information
#C513A3 (or 0xC513A3) is known color: Medium Violet Red. HEX triplet: C5, 13 and A3. RGB value is (197,19,163). Sum of RGB (Red+Green+Blue) = 197+19+163=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 19 (7.81% from 255 or 5.01% from 379); Blue value is 163 (64.06% from 255 or 43.01% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C513A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C513A3 is #3AEC5C. Grayscale: #585858. Windows color (decimal): -3861597 or 10687429. OLE color: 10687429.
HSL color Cylindrical-coordinate representation of color #C513A3: hue angle of 311.46º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C513A3 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 163 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.23 |
| HSL | 311.46º | 0.82% | 0.42% | - |
| HSV(B) | 311.46º | 0.9% | 0.77% | - |
| XYZ | 29.87 | 14.98 | 35.97 | - |
| YUV | 88.64 | 169.97 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 163 | 0 | 0.90 | 0.17 | 0.23 | 311.46 | 0.82 | 0.42 |
| Hex | C5 | 13 | A3 | 0 | 5A | 11 | 17 | 137 | 52 | 2A |
| Octal | 305 | 23 | 243 | 0 | 132 | 21 | 27 | 467 | 122 | 52 |
| Binary | 11000101 | 10011 | 10100011 | 0 | 1011010 | 10001 | 10111 | 100110111 | 1010010 | 101010 |
Color Harmonies of #C513A3
Complementary color
Monochromatic Colors of #C513A3
Black with #C513A3
Text Example
Text Example
White with #C513A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C513A3; }
p { color: rgb(197,19,163); }
H1.HeaderClassName
{
color: #C513A3;
}
.AnyTagClassName
{
color: #C513A3;
}
</style>
background-color css
<style>
a { background-color: #C513A3; }
a { background-color: rgb(197,19,163); }
div.DivClassName
{
background-color: #C513A3;
}
.BgClassName
{
background-color: #C513A3;
}
</style>
border-color css
<style>
span { border-color: #C513A3; }
span { border-color: rgb(197,19,163); }
td.TdClassName
{
border-color: #C513A3;
}
.TagClassName
{
border-color: #C513A3;
}
</style>