Shades of Medium Violet Red #C0109E
Tints of Medium Violet Red #C0109E
RGB
CMYK
RGB Variations
Color information
#C0109E (or 0xC0109E) is known color: Medium Violet Red. HEX triplet: C0, 10 and 9E. RGB value is (192,16,158). Sum of RGB (Red+Green+Blue) = 192+16+158=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 158 (62.11% from 255 or 43.17% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C0109E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0109E is #3FEF61. Grayscale: #545454. Windows color (decimal): -4190050 or 10358976. OLE color: 10358976.
HSL color Cylindrical-coordinate representation of color #C0109E: hue angle of 311.59º 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 #C0109E is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 158 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.25 |
| HSL | 311.59º | 0.85% | 0.41% | - |
| HSV(B) | 311.59º | 0.92% | 0.75% | - |
| XYZ | 28.1 | 14.05 | 33.58 | - |
| YUV | 84.81 | 169.31 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 158 | 0 | 0.92 | 0.18 | 0.25 | 311.59 | 0.85 | 0.41 |
| Hex | C0 | 10 | 9E | 0 | 5C | 12 | 19 | 138 | 55 | 29 |
| Octal | 300 | 20 | 236 | 0 | 134 | 22 | 31 | 470 | 125 | 51 |
| Binary | 11000000 | 10000 | 10011110 | 0 | 1011100 | 10010 | 11001 | 100111000 | 1010101 | 101001 |
Color Harmonies of #C0109E
Complementary color
Monochromatic Colors of #C0109E
Black with #C0109E
Text Example
Text Example
White with #C0109E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0109E; }
p { color: rgb(192,16,158); }
H1.HeaderClassName
{
color: #C0109E;
}
.AnyTagClassName
{
color: #C0109E;
}
</style>
background-color css
<style>
a { background-color: #C0109E; }
a { background-color: rgb(192,16,158); }
div.DivClassName
{
background-color: #C0109E;
}
.BgClassName
{
background-color: #C0109E;
}
</style>
border-color css
<style>
span { border-color: #C0109E; }
span { border-color: rgb(192,16,158); }
td.TdClassName
{
border-color: #C0109E;
}
.TagClassName
{
border-color: #C0109E;
}
</style>