Shades of Medium Violet Red #C0118F
Tints of Medium Violet Red #C0118F
RGB
CMYK
RGB Variations
Color information
#C0118F (or 0xC0118F) is known color: Medium Violet Red. HEX triplet: C0, 11 and 8F. RGB value is (192,17,143). Sum of RGB (Red+Green+Blue) = 192+17+143=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C0118F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0118F is #3FEE70. Grayscale: #535353. Windows color (decimal): -4189809 or 9376192. OLE color: 9376192.
HSL color Cylindrical-coordinate representation of color #C0118F: hue angle of 316.8º 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 #C0118F is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 143 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.25 |
| HSL | 316.8º | 0.84% | 0.41% | - |
| HSV(B) | 316.8º | 0.91% | 0.75% | - |
| XYZ | 26.9 | 13.59 | 27.19 | - |
| YUV | 83.69 | 161.48 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 143 | 0 | 0.91 | 0.26 | 0.25 | 316.8 | 0.84 | 0.41 |
| Hex | C0 | 11 | 8F | 0 | 5B | 1A | 19 | 13D | 54 | 29 |
| Octal | 300 | 21 | 217 | 0 | 133 | 32 | 31 | 475 | 124 | 51 |
| Binary | 11000000 | 10001 | 10001111 | 0 | 1011011 | 11010 | 11001 | 100111101 | 1010100 | 101001 |
Color Harmonies of #C0118F
Complementary color
Monochromatic Colors of #C0118F
Black with #C0118F
Text Example
Text Example
White with #C0118F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0118F; }
p { color: rgb(192,17,143); }
H1.HeaderClassName
{
color: #C0118F;
}
.AnyTagClassName
{
color: #C0118F;
}
</style>
background-color css
<style>
a { background-color: #C0118F; }
a { background-color: rgb(192,17,143); }
div.DivClassName
{
background-color: #C0118F;
}
.BgClassName
{
background-color: #C0118F;
}
</style>
border-color css
<style>
span { border-color: #C0118F; }
span { border-color: rgb(192,17,143); }
td.TdClassName
{
border-color: #C0118F;
}
.TagClassName
{
border-color: #C0118F;
}
</style>