Shades of Medium Violet Red #C0108E
Tints of Medium Violet Red #C0108E
RGB
CMYK
RGB Variations
Color information
#C0108E (or 0xC0108E) is known color: Medium Violet Red. HEX triplet: C0, 10 and 8E. RGB value is (192,16,142). Sum of RGB (Red+Green+Blue) = 192+16+142=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C0108E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0108E is #3FEF71. Grayscale: #525252. Windows color (decimal): -4190066 or 9310400. OLE color: 9310400.
HSL color Cylindrical-coordinate representation of color #C0108E: hue angle of 317.05º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0108E is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 142 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.25 |
| HSL | 317.05º | 0.85% | 0.41% | - |
| HSV(B) | 317.05º | 0.92% | 0.75% | - |
| XYZ | 26.81 | 13.53 | 26.79 | - |
| YUV | 82.99 | 161.31 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 142 | 0 | 0.92 | 0.26 | 0.25 | 317.05 | 0.85 | 0.41 |
| Hex | C0 | 10 | 8E | 0 | 5C | 1A | 19 | 13D | 55 | 29 |
| Octal | 300 | 20 | 216 | 0 | 134 | 32 | 31 | 475 | 125 | 51 |
| Binary | 11000000 | 10000 | 10001110 | 0 | 1011100 | 11010 | 11001 | 100111101 | 1010101 | 101001 |
Color Harmonies of #C0108E
Complementary color
Monochromatic Colors of #C0108E
Black with #C0108E
Text Example
Text Example
White with #C0108E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0108E; }
p { color: rgb(192,16,142); }
H1.HeaderClassName
{
color: #C0108E;
}
.AnyTagClassName
{
color: #C0108E;
}
</style>
background-color css
<style>
a { background-color: #C0108E; }
a { background-color: rgb(192,16,142); }
div.DivClassName
{
background-color: #C0108E;
}
.BgClassName
{
background-color: #C0108E;
}
</style>
border-color css
<style>
span { border-color: #C0108E; }
span { border-color: rgb(192,16,142); }
td.TdClassName
{
border-color: #C0108E;
}
.TagClassName
{
border-color: #C0108E;
}
</style>