Shades of Medium Violet Red #C2118E
Tints of Medium Violet Red #C2118E
RGB
CMYK
RGB Variations
Color information
#C2118E (or 0xC2118E) is known color: Medium Violet Red. HEX triplet: C2, 11 and 8E. RGB value is (194,17,142). Sum of RGB (Red+Green+Blue) = 194+17+142=353 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.96% from 353); Green value is 17 (7.03% from 255 or 4.82% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 194 - color contains mainly: red. Hex color #C2118E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2118E is #3DEE71. Grayscale: #535353. Windows color (decimal): -4058738 or 9310658. OLE color: 9310658.
HSL color Cylindrical-coordinate representation of color #C2118E: hue angle of 317.63º 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 #C2118E is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 142 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.24 |
| HSL | 317.63º | 0.84% | 0.41% | - |
| HSV(B) | 317.63º | 0.91% | 0.76% | - |
| XYZ | 27.33 | 13.82 | 26.82 | - |
| YUV | 84.17 | 160.64 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 142 | 0 | 0.91 | 0.27 | 0.24 | 317.63 | 0.84 | 0.41 |
| Hex | C2 | 11 | 8E | 0 | 5B | 1B | 18 | 13E | 54 | 29 |
| Octal | 302 | 21 | 216 | 0 | 133 | 33 | 30 | 476 | 124 | 51 |
| Binary | 11000010 | 10001 | 10001110 | 0 | 1011011 | 11011 | 11000 | 100111110 | 1010100 | 101001 |
Color Harmonies of #C2118E
Complementary color
Monochromatic Colors of #C2118E
Black with #C2118E
Text Example
Text Example
White with #C2118E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2118E; }
p { color: rgb(194,17,142); }
H1.HeaderClassName
{
color: #C2118E;
}
.AnyTagClassName
{
color: #C2118E;
}
</style>
background-color css
<style>
a { background-color: #C2118E; }
a { background-color: rgb(194,17,142); }
div.DivClassName
{
background-color: #C2118E;
}
.BgClassName
{
background-color: #C2118E;
}
</style>
border-color css
<style>
span { border-color: #C2118E; }
span { border-color: rgb(194,17,142); }
td.TdClassName
{
border-color: #C2118E;
}
.TagClassName
{
border-color: #C2118E;
}
</style>