Shades of Medium Violet Red #C0137E
Tints of Medium Violet Red #C0137E
RGB
CMYK
RGB Variations
Color information
#C0137E (or 0xC0137E) is known color: Medium Violet Red. HEX triplet: C0, 13 and 7E. RGB value is (192,19,126). Sum of RGB (Red+Green+Blue) = 192+19+126=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 19 (7.81% from 255 or 5.64% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C0137E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0137E is #3FEC81. Grayscale: #525252. Windows color (decimal): -4189314 or 8262592. OLE color: 8262592.
HSL color Cylindrical-coordinate representation of color #C0137E: hue angle of 322.89º 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 #C0137E is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 126 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.25 |
| HSL | 322.89º | 0.82% | 0.41% | - |
| HSV(B) | 322.89º | 0.9% | 0.75% | - |
| XYZ | 25.74 | 13.18 | 20.93 | - |
| YUV | 82.93 | 152.31 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 126 | 0 | 0.90 | 0.34 | 0.25 | 322.89 | 0.82 | 0.41 |
| Hex | C0 | 13 | 7E | 0 | 5A | 22 | 19 | 143 | 52 | 29 |
| Octal | 300 | 23 | 176 | 0 | 132 | 42 | 31 | 503 | 122 | 51 |
| Binary | 11000000 | 10011 | 1111110 | 0 | 1011010 | 100010 | 11001 | 101000011 | 1010010 | 101001 |
Color Harmonies of #C0137E
Complementary color
Monochromatic Colors of #C0137E
Black with #C0137E
Text Example
Text Example
White with #C0137E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0137E; }
p { color: rgb(192,19,126); }
H1.HeaderClassName
{
color: #C0137E;
}
.AnyTagClassName
{
color: #C0137E;
}
</style>
background-color css
<style>
a { background-color: #C0137E; }
a { background-color: rgb(192,19,126); }
div.DivClassName
{
background-color: #C0137E;
}
.BgClassName
{
background-color: #C0137E;
}
</style>
border-color css
<style>
span { border-color: #C0137E; }
span { border-color: rgb(192,19,126); }
td.TdClassName
{
border-color: #C0137E;
}
.TagClassName
{
border-color: #C0137E;
}
</style>