Shades of Medium Violet Red #C2119E
Tints of Medium Violet Red #C2119E
RGB
CMYK
RGB Variations
Color information
#C2119E (or 0xC2119E) is known color: Medium Violet Red. HEX triplet: C2, 11 and 9E. RGB value is (194,17,158). Sum of RGB (Red+Green+Blue) = 194+17+158=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 158 (62.11% from 255 or 42.82% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C2119E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2119E is #3DEE61. Grayscale: #555555. Windows color (decimal): -4058722 or 10359234. OLE color: 10359234.
HSL color Cylindrical-coordinate representation of color #C2119E: hue angle of 312.2º 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 #C2119E is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 158 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.24 |
| HSL | 312.2º | 0.84% | 0.41% | - |
| HSV(B) | 312.2º | 0.91% | 0.76% | - |
| XYZ | 28.62 | 14.34 | 33.61 | - |
| YUV | 86 | 168.64 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 158 | 0 | 0.91 | 0.19 | 0.24 | 312.2 | 0.84 | 0.41 |
| Hex | C2 | 11 | 9E | 0 | 5B | 13 | 18 | 138 | 54 | 29 |
| Octal | 302 | 21 | 236 | 0 | 133 | 23 | 30 | 470 | 124 | 51 |
| Binary | 11000010 | 10001 | 10011110 | 0 | 1011011 | 10011 | 11000 | 100111000 | 1010100 | 101001 |
Color Harmonies of #C2119E
Complementary color
Monochromatic Colors of #C2119E
Black with #C2119E
Text Example
Text Example
White with #C2119E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2119E; }
p { color: rgb(194,17,158); }
H1.HeaderClassName
{
color: #C2119E;
}
.AnyTagClassName
{
color: #C2119E;
}
</style>
background-color css
<style>
a { background-color: #C2119E; }
a { background-color: rgb(194,17,158); }
div.DivClassName
{
background-color: #C2119E;
}
.BgClassName
{
background-color: #C2119E;
}
</style>
border-color css
<style>
span { border-color: #C2119E; }
span { border-color: rgb(194,17,158); }
td.TdClassName
{
border-color: #C2119E;
}
.TagClassName
{
border-color: #C2119E;
}
</style>