Shades of Medium Violet Red #C2118C
Tints of Medium Violet Red #C2118C
RGB
CMYK
RGB Variations
Color information
#C2118C (or 0xC2118C) is known color: Medium Violet Red. HEX triplet: C2, 11 and 8C. RGB value is (194,17,140). Sum of RGB (Red+Green+Blue) = 194+17+140=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 17 (7.03% from 255 or 4.84% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C2118C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2118C is #3DEE73. Grayscale: #535353. Windows color (decimal): -4058740 or 9179586. OLE color: 9179586.
HSL color Cylindrical-coordinate representation of color #C2118C: hue angle of 318.31º 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 #C2118C is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 140 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.24 |
| HSL | 318.31º | 0.84% | 0.41% | - |
| HSV(B) | 318.31º | 0.91% | 0.76% | - |
| XYZ | 27.18 | 13.76 | 26.03 | - |
| YUV | 83.95 | 159.64 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 140 | 0 | 0.91 | 0.28 | 0.24 | 318.31 | 0.84 | 0.41 |
| Hex | C2 | 11 | 8C | 0 | 5B | 1C | 18 | 13E | 54 | 29 |
| Octal | 302 | 21 | 214 | 0 | 133 | 34 | 30 | 476 | 124 | 51 |
| Binary | 11000010 | 10001 | 10001100 | 0 | 1011011 | 11100 | 11000 | 100111110 | 1010100 | 101001 |
Color Harmonies of #C2118C
Complementary color
Monochromatic Colors of #C2118C
Black with #C2118C
Text Example
Text Example
White with #C2118C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2118C; }
p { color: rgb(194,17,140); }
H1.HeaderClassName
{
color: #C2118C;
}
.AnyTagClassName
{
color: #C2118C;
}
</style>
background-color css
<style>
a { background-color: #C2118C; }
a { background-color: rgb(194,17,140); }
div.DivClassName
{
background-color: #C2118C;
}
.BgClassName
{
background-color: #C2118C;
}
</style>
border-color css
<style>
span { border-color: #C2118C; }
span { border-color: rgb(194,17,140); }
td.TdClassName
{
border-color: #C2118C;
}
.TagClassName
{
border-color: #C2118C;
}
</style>