Shades of Medium Violet Red #C0139E
Tints of Medium Violet Red #C0139E
RGB
CMYK
RGB Variations
Color information
#C0139E (or 0xC0139E) is known color: Medium Violet Red. HEX triplet: C0, 13 and 9E. RGB value is (192,19,158). Sum of RGB (Red+Green+Blue) = 192+19+158=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 19 (7.81% from 255 or 5.15% from 369); Blue value is 158 (62.11% from 255 or 42.82% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C0139E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0139E is #3FEC61. Grayscale: #565656. Windows color (decimal): -4189282 or 10359744. OLE color: 10359744.
HSL color Cylindrical-coordinate representation of color #C0139E: hue angle of 311.79º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0139E is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 158 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.25 |
| HSL | 311.79º | 0.82% | 0.41% | - |
| HSV(B) | 311.79º | 0.9% | 0.75% | - |
| XYZ | 28.14 | 14.14 | 33.59 | - |
| YUV | 86.57 | 168.31 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 158 | 0 | 0.90 | 0.18 | 0.25 | 311.79 | 0.82 | 0.41 |
| Hex | C0 | 13 | 9E | 0 | 5A | 12 | 19 | 138 | 52 | 29 |
| Octal | 300 | 23 | 236 | 0 | 132 | 22 | 31 | 470 | 122 | 51 |
| Binary | 11000000 | 10011 | 10011110 | 0 | 1011010 | 10010 | 11001 | 100111000 | 1010010 | 101001 |
Color Harmonies of #C0139E
Complementary color
Monochromatic Colors of #C0139E
Black with #C0139E
Text Example
Text Example
White with #C0139E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0139E; }
p { color: rgb(192,19,158); }
H1.HeaderClassName
{
color: #C0139E;
}
.AnyTagClassName
{
color: #C0139E;
}
</style>
background-color css
<style>
a { background-color: #C0139E; }
a { background-color: rgb(192,19,158); }
div.DivClassName
{
background-color: #C0139E;
}
.BgClassName
{
background-color: #C0139E;
}
</style>
border-color css
<style>
span { border-color: #C0139E; }
span { border-color: rgb(192,19,158); }
td.TdClassName
{
border-color: #C0139E;
}
.TagClassName
{
border-color: #C0139E;
}
</style>