Shades of Medium Violet Red #C517A8
Tints of Medium Violet Red #C517A8
RGB
CMYK
RGB Variations
Color information
#C517A8 (or 0xC517A8) is known color: Medium Violet Red. HEX triplet: C5, 17 and A8. RGB value is (197,23,168). Sum of RGB (Red+Green+Blue) = 197+23+168=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 23 (9.38% from 255 or 5.93% from 388); Blue value is 168 (66.02% from 255 or 43.30% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C517A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C517A8 is #3AE857. Grayscale: #5B5B5B. Windows color (decimal): -3860568 or 11016133. OLE color: 11016133.
HSL color Cylindrical-coordinate representation of color #C517A8: hue angle of 310º 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 #C517A8 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 23 | 168 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.23 |
| HSL | 310º | 0.79% | 0.43% | - |
| HSV(B) | 310º | 0.88% | 0.77% | - |
| XYZ | 30.4 | 15.31 | 38.4 | - |
| YUV | 91.56 | 171.15 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 23 | 168 | 0 | 0.88 | 0.15 | 0.23 | 310 | 0.79 | 0.43 |
| Hex | C5 | 17 | A8 | 0 | 58 | F | 17 | 136 | 4F | 2B |
| Octal | 305 | 27 | 250 | 0 | 130 | 17 | 27 | 466 | 117 | 53 |
| Binary | 11000101 | 10111 | 10101000 | 0 | 1011000 | 1111 | 10111 | 100110110 | 1001111 | 101011 |
Color Harmonies of #C517A8
Complementary color
Monochromatic Colors of #C517A8
Black with #C517A8
Text Example
Text Example
White with #C517A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C517A8; }
p { color: rgb(197,23,168); }
H1.HeaderClassName
{
color: #C517A8;
}
.AnyTagClassName
{
color: #C517A8;
}
</style>
background-color css
<style>
a { background-color: #C517A8; }
a { background-color: rgb(197,23,168); }
div.DivClassName
{
background-color: #C517A8;
}
.BgClassName
{
background-color: #C517A8;
}
</style>
border-color css
<style>
span { border-color: #C517A8; }
span { border-color: rgb(197,23,168); }
td.TdClassName
{
border-color: #C517A8;
}
.TagClassName
{
border-color: #C517A8;
}
</style>