Shades of Medium Violet Red #C516A8
Tints of Medium Violet Red #C516A8
RGB
CMYK
RGB Variations
Color information
#C516A8 (or 0xC516A8) is known color: Medium Violet Red. HEX triplet: C5, 16 and A8. RGB value is (197,22,168). Sum of RGB (Red+Green+Blue) = 197+22+168=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 22 (8.98% from 255 or 5.68% from 387); Blue value is 168 (66.02% from 255 or 43.41% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C516A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C516A8 is #3AE957. Grayscale: #5A5A5A. Windows color (decimal): -3860824 or 11015877. OLE color: 11015877.
HSL color Cylindrical-coordinate representation of color #C516A8: hue angle of 309.94º degrees, saturation: 0.8, 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 #C516A8 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 168 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.23 |
| HSL | 309.94º | 0.8% | 0.43% | - |
| HSV(B) | 309.94º | 0.89% | 0.77% | - |
| XYZ | 30.38 | 15.27 | 38.39 | - |
| YUV | 90.97 | 171.48 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 168 | 0 | 0.89 | 0.15 | 0.23 | 309.94 | 0.8 | 0.43 |
| Hex | C5 | 16 | A8 | 0 | 59 | F | 17 | 136 | 50 | 2B |
| Octal | 305 | 26 | 250 | 0 | 131 | 17 | 27 | 466 | 120 | 53 |
| Binary | 11000101 | 10110 | 10101000 | 0 | 1011001 | 1111 | 10111 | 100110110 | 1010000 | 101011 |
Color Harmonies of #C516A8
Complementary color
Monochromatic Colors of #C516A8
Black with #C516A8
Text Example
Text Example
White with #C516A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C516A8; }
p { color: rgb(197,22,168); }
H1.HeaderClassName
{
color: #C516A8;
}
.AnyTagClassName
{
color: #C516A8;
}
</style>
background-color css
<style>
a { background-color: #C516A8; }
a { background-color: rgb(197,22,168); }
div.DivClassName
{
background-color: #C516A8;
}
.BgClassName
{
background-color: #C516A8;
}
</style>
border-color css
<style>
span { border-color: #C516A8; }
span { border-color: rgb(197,22,168); }
td.TdClassName
{
border-color: #C516A8;
}
.TagClassName
{
border-color: #C516A8;
}
</style>