Shades of Medium Violet Red #C0119E
Tints of Medium Violet Red #C0119E
RGB
CMYK
RGB Variations
Color information
#C0119E (or 0xC0119E) is known color: Medium Violet Red. HEX triplet: C0, 11 and 9E. RGB value is (192,17,158). Sum of RGB (Red+Green+Blue) = 192+17+158=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 17 (7.03% from 255 or 4.63% from 367); Blue value is 158 (62.11% from 255 or 43.05% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C0119E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0119E is #3FEE61. Grayscale: #555555. Windows color (decimal): -4189794 or 10359232. OLE color: 10359232.
HSL color Cylindrical-coordinate representation of color #C0119E: hue angle of 311.66º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0119E is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 158 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.25 |
| HSL | 311.66º | 0.84% | 0.41% | - |
| HSV(B) | 311.66º | 0.91% | 0.75% | - |
| XYZ | 28.11 | 14.08 | 33.58 | - |
| YUV | 85.4 | 168.98 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 158 | 0 | 0.91 | 0.18 | 0.25 | 311.66 | 0.84 | 0.41 |
| Hex | C0 | 11 | 9E | 0 | 5B | 12 | 19 | 138 | 54 | 29 |
| Octal | 300 | 21 | 236 | 0 | 133 | 22 | 31 | 470 | 124 | 51 |
| Binary | 11000000 | 10001 | 10011110 | 0 | 1011011 | 10010 | 11001 | 100111000 | 1010100 | 101001 |
Color Harmonies of #C0119E
Complementary color
Monochromatic Colors of #C0119E
Black with #C0119E
Text Example
Text Example
White with #C0119E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0119E; }
p { color: rgb(192,17,158); }
H1.HeaderClassName
{
color: #C0119E;
}
.AnyTagClassName
{
color: #C0119E;
}
</style>
background-color css
<style>
a { background-color: #C0119E; }
a { background-color: rgb(192,17,158); }
div.DivClassName
{
background-color: #C0119E;
}
.BgClassName
{
background-color: #C0119E;
}
</style>
border-color css
<style>
span { border-color: #C0119E; }
span { border-color: rgb(192,17,158); }
td.TdClassName
{
border-color: #C0119E;
}
.TagClassName
{
border-color: #C0119E;
}
</style>