Shades of Medium Violet Red #C116A0
Tints of Medium Violet Red #C116A0
RGB
CMYK
RGB Variations
Color information
#C116A0 (or 0xC116A0) is known color: Medium Violet Red. HEX triplet: C1, 16 and A0. RGB value is (193,22,160). Sum of RGB (Red+Green+Blue) = 193+22+160=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 22 (8.98% from 255 or 5.87% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C116A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C116A0 is #3EE95F. Grayscale: #585858. Windows color (decimal): -4122976 or 10491585. OLE color: 10491585.
HSL color Cylindrical-coordinate representation of color #C116A0: hue angle of 311.58º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C116A0 is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 22 | 160 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.24 |
| HSL | 311.58º | 0.8% | 0.42% | - |
| HSV(B) | 311.58º | 0.89% | 0.76% | - |
| XYZ | 28.62 | 14.45 | 34.54 | - |
| YUV | 88.86 | 168.15 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 22 | 160 | 0 | 0.89 | 0.17 | 0.24 | 311.58 | 0.8 | 0.42 |
| Hex | C1 | 16 | A0 | 0 | 59 | 11 | 18 | 138 | 50 | 2A |
| Octal | 301 | 26 | 240 | 0 | 131 | 21 | 30 | 470 | 120 | 52 |
| Binary | 11000001 | 10110 | 10100000 | 0 | 1011001 | 10001 | 11000 | 100111000 | 1010000 | 101010 |
Color Harmonies of #C116A0
Complementary color
Monochromatic Colors of #C116A0
Black with #C116A0
Text Example
Text Example
White with #C116A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C116A0; }
p { color: rgb(193,22,160); }
H1.HeaderClassName
{
color: #C116A0;
}
.AnyTagClassName
{
color: #C116A0;
}
</style>
background-color css
<style>
a { background-color: #C116A0; }
a { background-color: rgb(193,22,160); }
div.DivClassName
{
background-color: #C116A0;
}
.BgClassName
{
background-color: #C116A0;
}
</style>
border-color css
<style>
span { border-color: #C116A0; }
span { border-color: rgb(193,22,160); }
td.TdClassName
{
border-color: #C116A0;
}
.TagClassName
{
border-color: #C116A0;
}
</style>