Shades of Medium Violet Red #C5116C
Tints of Medium Violet Red #C5116C
RGB
CMYK
RGB Variations
Color information
#C5116C (or 0xC5116C) is known color: Medium Violet Red. HEX triplet: C5, 11 and 6C. RGB value is (197,17,108). Sum of RGB (Red+Green+Blue) = 197+17+108=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C5116C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5116C is #3AEE93. Grayscale: #515151. Windows color (decimal): -3862164 or 7082437. OLE color: 7082437.
HSL color Cylindrical-coordinate representation of color #C5116C: hue angle of 329.67º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C5116C is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 17 | 108 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.23 |
| HSL | 329.67º | 0.84% | 0.42% | - |
| HSV(B) | 329.67º | 0.91% | 0.77% | - |
| XYZ | 25.93 | 13.35 | 15.4 | - |
| YUV | 81.19 | 143.13 | 210.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 17 | 108 | 0 | 0.91 | 0.45 | 0.23 | 329.67 | 0.84 | 0.42 |
| Hex | C5 | 11 | 6C | 0 | 5B | 2D | 17 | 14A | 54 | 2A |
| Octal | 305 | 21 | 154 | 0 | 133 | 55 | 27 | 512 | 124 | 52 |
| Binary | 11000101 | 10001 | 1101100 | 0 | 1011011 | 101101 | 10111 | 101001010 | 1010100 | 101010 |
Color Harmonies of #C5116C
Complementary color
Monochromatic Colors of #C5116C
Black with #C5116C
Text Example
Text Example
White with #C5116C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5116C; }
p { color: rgb(197,17,108); }
H1.HeaderClassName
{
color: #C5116C;
}
.AnyTagClassName
{
color: #C5116C;
}
</style>
background-color css
<style>
a { background-color: #C5116C; }
a { background-color: rgb(197,17,108); }
div.DivClassName
{
background-color: #C5116C;
}
.BgClassName
{
background-color: #C5116C;
}
</style>
border-color css
<style>
span { border-color: #C5116C; }
span { border-color: rgb(197,17,108); }
td.TdClassName
{
border-color: #C5116C;
}
.TagClassName
{
border-color: #C5116C;
}
</style>