Shades of Medium Violet Red #C515AA
Tints of Medium Violet Red #C515AA
RGB
CMYK
RGB Variations
Color information
#C515AA (or 0xC515AA) is known color: Medium Violet Red. HEX triplet: C5, 15 and AA. RGB value is (197,21,170). Sum of RGB (Red+Green+Blue) = 197+21+170=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 21 (8.59% from 255 or 5.41% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C515AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C515AA is #3AEA55. Grayscale: #5A5A5A. Windows color (decimal): -3861078 or 11146693. OLE color: 11146693.
HSL color Cylindrical-coordinate representation of color #C515AA: hue angle of 309.2º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C515AA is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 21 | 170 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.23 |
| HSL | 309.2º | 0.81% | 0.43% | - |
| HSV(B) | 309.2º | 0.89% | 0.77% | - |
| XYZ | 30.55 | 15.31 | 39.37 | - |
| YUV | 90.61 | 172.81 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 21 | 170 | 0 | 0.89 | 0.14 | 0.23 | 309.2 | 0.81 | 0.43 |
| Hex | C5 | 15 | AA | 0 | 59 | E | 17 | 135 | 51 | 2B |
| Octal | 305 | 25 | 252 | 0 | 131 | 16 | 27 | 465 | 121 | 53 |
| Binary | 11000101 | 10101 | 10101010 | 0 | 1011001 | 1110 | 10111 | 100110101 | 1010001 | 101011 |
Color Harmonies of #C515AA
Complementary color
Monochromatic Colors of #C515AA
Black with #C515AA
Text Example
Text Example
White with #C515AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C515AA; }
p { color: rgb(197,21,170); }
H1.HeaderClassName
{
color: #C515AA;
}
.AnyTagClassName
{
color: #C515AA;
}
</style>
background-color css
<style>
a { background-color: #C515AA; }
a { background-color: rgb(197,21,170); }
div.DivClassName
{
background-color: #C515AA;
}
.BgClassName
{
background-color: #C515AA;
}
</style>
border-color css
<style>
span { border-color: #C515AA; }
span { border-color: rgb(197,21,170); }
td.TdClassName
{
border-color: #C515AA;
}
.TagClassName
{
border-color: #C515AA;
}
</style>