Shades of Medium Violet Red #C517AA
Tints of Medium Violet Red #C517AA
RGB
CMYK
RGB Variations
Color information
#C517AA (or 0xC517AA) is known color: Medium Violet Red. HEX triplet: C5, 17 and AA. RGB value is (197,23,170). Sum of RGB (Red+Green+Blue) = 197+23+170=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 23 (9.38% from 255 or 5.90% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C517AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C517AA is #3AE855. Grayscale: #5B5B5B. Windows color (decimal): -3860566 or 11147205. OLE color: 11147205.
HSL color Cylindrical-coordinate representation of color #C517AA: hue angle of 309.31º degrees, saturation: 0.79, 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 #C517AA is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 23 | 170 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.23 |
| HSL | 309.31º | 0.79% | 0.43% | - |
| HSV(B) | 309.31º | 0.88% | 0.77% | - |
| XYZ | 30.59 | 15.39 | 39.39 | - |
| YUV | 91.78 | 172.15 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 23 | 170 | 0 | 0.88 | 0.14 | 0.23 | 309.31 | 0.79 | 0.43 |
| Hex | C5 | 17 | AA | 0 | 58 | E | 17 | 135 | 4F | 2B |
| Octal | 305 | 27 | 252 | 0 | 130 | 16 | 27 | 465 | 117 | 53 |
| Binary | 11000101 | 10111 | 10101010 | 0 | 1011000 | 1110 | 10111 | 100110101 | 1001111 | 101011 |
Color Harmonies of #C517AA
Complementary color
Monochromatic Colors of #C517AA
Black with #C517AA
Text Example
Text Example
White with #C517AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C517AA; }
p { color: rgb(197,23,170); }
H1.HeaderClassName
{
color: #C517AA;
}
.AnyTagClassName
{
color: #C517AA;
}
</style>
background-color css
<style>
a { background-color: #C517AA; }
a { background-color: rgb(197,23,170); }
div.DivClassName
{
background-color: #C517AA;
}
.BgClassName
{
background-color: #C517AA;
}
</style>
border-color css
<style>
span { border-color: #C517AA; }
span { border-color: rgb(197,23,170); }
td.TdClassName
{
border-color: #C517AA;
}
.TagClassName
{
border-color: #C517AA;
}
</style>