Shades of Medium Violet Red #C0119C
Tints of Medium Violet Red #C0119C
RGB
CMYK
RGB Variations
Color information
#C0119C (or 0xC0119C) is known color: Medium Violet Red. HEX triplet: C0, 11 and 9C. RGB value is (192,17,156). Sum of RGB (Red+Green+Blue) = 192+17+156=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C0119C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0119C is #3FEE63. Grayscale: #545454. Windows color (decimal): -4189796 or 10228160. OLE color: 10228160.
HSL color Cylindrical-coordinate representation of color #C0119C: hue angle of 312.34º 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 #C0119C is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 156 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.25 |
| HSL | 312.34º | 0.84% | 0.41% | - |
| HSV(B) | 312.34º | 0.91% | 0.75% | - |
| XYZ | 27.94 | 14.01 | 32.68 | - |
| YUV | 85.17 | 167.98 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 156 | 0 | 0.91 | 0.19 | 0.25 | 312.34 | 0.84 | 0.41 |
| Hex | C0 | 11 | 9C | 0 | 5B | 13 | 19 | 138 | 54 | 29 |
| Octal | 300 | 21 | 234 | 0 | 133 | 23 | 31 | 470 | 124 | 51 |
| Binary | 11000000 | 10001 | 10011100 | 0 | 1011011 | 10011 | 11001 | 100111000 | 1010100 | 101001 |
Color Harmonies of #C0119C
Complementary color
Monochromatic Colors of #C0119C
Black with #C0119C
Text Example
Text Example
White with #C0119C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0119C; }
p { color: rgb(192,17,156); }
H1.HeaderClassName
{
color: #C0119C;
}
.AnyTagClassName
{
color: #C0119C;
}
</style>
background-color css
<style>
a { background-color: #C0119C; }
a { background-color: rgb(192,17,156); }
div.DivClassName
{
background-color: #C0119C;
}
.BgClassName
{
background-color: #C0119C;
}
</style>
border-color css
<style>
span { border-color: #C0119C; }
span { border-color: rgb(192,17,156); }
td.TdClassName
{
border-color: #C0119C;
}
.TagClassName
{
border-color: #C0119C;
}
</style>