Shades of Medium Violet Red #C518AA
Tints of Medium Violet Red #C518AA
RGB
CMYK
RGB Variations
Color information
#C518AA (or 0xC518AA) is known color: Medium Violet Red. HEX triplet: C5, 18 and AA. RGB value is (197,24,170). Sum of RGB (Red+Green+Blue) = 197+24+170=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 24 (9.77% from 255 or 6.14% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C518AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C518AA is #3AE755. Grayscale: #5B5B5B. Windows color (decimal): -3860310 or 11147461. OLE color: 11147461.
HSL color Cylindrical-coordinate representation of color #C518AA: hue angle of 309.36º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C518AA is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 24 | 170 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.23 |
| HSL | 309.36º | 0.78% | 0.43% | - |
| HSV(B) | 309.36º | 0.88% | 0.77% | - |
| XYZ | 30.61 | 15.43 | 39.39 | - |
| YUV | 92.37 | 171.81 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 24 | 170 | 0 | 0.88 | 0.14 | 0.23 | 309.36 | 0.78 | 0.43 |
| Hex | C5 | 18 | AA | 0 | 58 | E | 17 | 135 | 4E | 2B |
| Octal | 305 | 30 | 252 | 0 | 130 | 16 | 27 | 465 | 116 | 53 |
| Binary | 11000101 | 11000 | 10101010 | 0 | 1011000 | 1110 | 10111 | 100110101 | 1001110 | 101011 |
Color Harmonies of #C518AA
Complementary color
Monochromatic Colors of #C518AA
Black with #C518AA
Text Example
Text Example
White with #C518AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C518AA; }
p { color: rgb(197,24,170); }
H1.HeaderClassName
{
color: #C518AA;
}
.AnyTagClassName
{
color: #C518AA;
}
</style>
background-color css
<style>
a { background-color: #C518AA; }
a { background-color: rgb(197,24,170); }
div.DivClassName
{
background-color: #C518AA;
}
.BgClassName
{
background-color: #C518AA;
}
</style>
border-color css
<style>
span { border-color: #C518AA; }
span { border-color: rgb(197,24,170); }
td.TdClassName
{
border-color: #C518AA;
}
.TagClassName
{
border-color: #C518AA;
}
</style>