Shades of Medium Violet Red #C0118B
Tints of Medium Violet Red #C0118B
RGB
CMYK
RGB Variations
Color information
#C0118B (or 0xC0118B) is known color: Medium Violet Red. HEX triplet: C0, 11 and 8B. RGB value is (192,17,139). Sum of RGB (Red+Green+Blue) = 192+17+139=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C0118B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0118B is #3FEE74. Grayscale: #525252. Windows color (decimal): -4189813 or 9114048. OLE color: 9114048.
HSL color Cylindrical-coordinate representation of color #C0118B: hue angle of 318.17º 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 #C0118B is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 139 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.25 |
| HSL | 318.17º | 0.84% | 0.41% | - |
| HSV(B) | 318.17º | 0.91% | 0.75% | - |
| XYZ | 26.6 | 13.47 | 25.62 | - |
| YUV | 83.23 | 159.48 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 139 | 0 | 0.91 | 0.28 | 0.25 | 318.17 | 0.84 | 0.41 |
| Hex | C0 | 11 | 8B | 0 | 5B | 1C | 19 | 13E | 54 | 29 |
| Octal | 300 | 21 | 213 | 0 | 133 | 34 | 31 | 476 | 124 | 51 |
| Binary | 11000000 | 10001 | 10001011 | 0 | 1011011 | 11100 | 11001 | 100111110 | 1010100 | 101001 |
Color Harmonies of #C0118B
Complementary color
Monochromatic Colors of #C0118B
Black with #C0118B
Text Example
Text Example
White with #C0118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0118B; }
p { color: rgb(192,17,139); }
H1.HeaderClassName
{
color: #C0118B;
}
.AnyTagClassName
{
color: #C0118B;
}
</style>
background-color css
<style>
a { background-color: #C0118B; }
a { background-color: rgb(192,17,139); }
div.DivClassName
{
background-color: #C0118B;
}
.BgClassName
{
background-color: #C0118B;
}
</style>
border-color css
<style>
span { border-color: #C0118B; }
span { border-color: rgb(192,17,139); }
td.TdClassName
{
border-color: #C0118B;
}
.TagClassName
{
border-color: #C0118B;
}
</style>