Shades of Medium Violet Red #C513AA
Tints of Medium Violet Red #C513AA
RGB
CMYK
RGB Variations
Color information
#C513AA (or 0xC513AA) is known color: Medium Violet Red. HEX triplet: C5, 13 and AA. RGB value is (197,19,170). Sum of RGB (Red+Green+Blue) = 197+19+170=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 19 (7.81% from 255 or 4.92% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C513AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C513AA is #3AEC55. Grayscale: #595959. Windows color (decimal): -3861590 or 11146181. OLE color: 11146181.
HSL color Cylindrical-coordinate representation of color #C513AA: hue angle of 309.1º 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 #C513AA is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 170 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.23 |
| HSL | 309.1º | 0.82% | 0.42% | - |
| HSV(B) | 309.1º | 0.9% | 0.77% | - |
| XYZ | 30.51 | 15.24 | 39.36 | - |
| YUV | 89.44 | 173.47 | 204.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 170 | 0 | 0.90 | 0.14 | 0.23 | 309.1 | 0.82 | 0.42 |
| Hex | C5 | 13 | AA | 0 | 5A | E | 17 | 135 | 52 | 2A |
| Octal | 305 | 23 | 252 | 0 | 132 | 16 | 27 | 465 | 122 | 52 |
| Binary | 11000101 | 10011 | 10101010 | 0 | 1011010 | 1110 | 10111 | 100110101 | 1010010 | 101010 |
Color Harmonies of #C513AA
Complementary color
Monochromatic Colors of #C513AA
Black with #C513AA
Text Example
Text Example
White with #C513AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C513AA; }
p { color: rgb(197,19,170); }
H1.HeaderClassName
{
color: #C513AA;
}
.AnyTagClassName
{
color: #C513AA;
}
</style>
background-color css
<style>
a { background-color: #C513AA; }
a { background-color: rgb(197,19,170); }
div.DivClassName
{
background-color: #C513AA;
}
.BgClassName
{
background-color: #C513AA;
}
</style>
border-color css
<style>
span { border-color: #C513AA; }
span { border-color: rgb(197,19,170); }
td.TdClassName
{
border-color: #C513AA;
}
.TagClassName
{
border-color: #C513AA;
}
</style>