Shades of Medium Violet Red #C1118E
Tints of Medium Violet Red #C1118E
RGB
CMYK
RGB Variations
Color information
#C1118E (or 0xC1118E) is known color: Medium Violet Red. HEX triplet: C1, 11 and 8E. RGB value is (193,17,142). Sum of RGB (Red+Green+Blue) = 193+17+142=352 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.83% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 193 - color contains mainly: red. Hex color #C1118E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1118E is #3EEE71. Grayscale: #535353. Windows color (decimal): -4124274 or 9310657. OLE color: 9310657.
HSL color Cylindrical-coordinate representation of color #C1118E: hue angle of 317.39º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C1118E is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 17 | 142 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.24 |
| HSL | 317.39º | 0.84% | 0.41% | - |
| HSV(B) | 317.39º | 0.91% | 0.76% | - |
| XYZ | 27.08 | 13.69 | 26.81 | - |
| YUV | 83.87 | 160.81 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 142 | 0 | 0.91 | 0.26 | 0.24 | 317.39 | 0.84 | 0.41 |
| Hex | C1 | 11 | 8E | 0 | 5B | 1A | 18 | 13D | 54 | 29 |
| Octal | 301 | 21 | 216 | 0 | 133 | 32 | 30 | 475 | 124 | 51 |
| Binary | 11000001 | 10001 | 10001110 | 0 | 1011011 | 11010 | 11000 | 100111101 | 1010100 | 101001 |
Color Harmonies of #C1118E
Complementary color
Monochromatic Colors of #C1118E
Black with #C1118E
Text Example
Text Example
White with #C1118E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1118E; }
p { color: rgb(193,17,142); }
H1.HeaderClassName
{
color: #C1118E;
}
.AnyTagClassName
{
color: #C1118E;
}
</style>
background-color css
<style>
a { background-color: #C1118E; }
a { background-color: rgb(193,17,142); }
div.DivClassName
{
background-color: #C1118E;
}
.BgClassName
{
background-color: #C1118E;
}
</style>
border-color css
<style>
span { border-color: #C1118E; }
span { border-color: rgb(193,17,142); }
td.TdClassName
{
border-color: #C1118E;
}
.TagClassName
{
border-color: #C1118E;
}
</style>