Shades of Medium Violet Red #C0137D
Tints of Medium Violet Red #C0137D
RGB
CMYK
RGB Variations
Color information
#C0137D (or 0xC0137D) is known color: Medium Violet Red. HEX triplet: C0, 13 and 7D. RGB value is (192,19,125). Sum of RGB (Red+Green+Blue) = 192+19+125=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C0137D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0137D is #3FEC82. Grayscale: #525252. Windows color (decimal): -4189315 or 8197056. OLE color: 8197056.
HSL color Cylindrical-coordinate representation of color #C0137D: hue angle of 323.24º 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 #C0137D is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 125 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.25 |
| HSL | 323.24º | 0.82% | 0.41% | - |
| HSV(B) | 323.24º | 0.9% | 0.75% | - |
| XYZ | 25.67 | 13.15 | 20.59 | - |
| YUV | 82.81 | 151.81 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 125 | 0 | 0.90 | 0.35 | 0.25 | 323.24 | 0.82 | 0.41 |
| Hex | C0 | 13 | 7D | 0 | 5A | 23 | 19 | 143 | 52 | 29 |
| Octal | 300 | 23 | 175 | 0 | 132 | 43 | 31 | 503 | 122 | 51 |
| Binary | 11000000 | 10011 | 1111101 | 0 | 1011010 | 100011 | 11001 | 101000011 | 1010010 | 101001 |
Color Harmonies of #C0137D
Complementary color
Monochromatic Colors of #C0137D
Black with #C0137D
Text Example
Text Example
White with #C0137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0137D; }
p { color: rgb(192,19,125); }
H1.HeaderClassName
{
color: #C0137D;
}
.AnyTagClassName
{
color: #C0137D;
}
</style>
background-color css
<style>
a { background-color: #C0137D; }
a { background-color: rgb(192,19,125); }
div.DivClassName
{
background-color: #C0137D;
}
.BgClassName
{
background-color: #C0137D;
}
</style>
border-color css
<style>
span { border-color: #C0137D; }
span { border-color: rgb(192,19,125); }
td.TdClassName
{
border-color: #C0137D;
}
.TagClassName
{
border-color: #C0137D;
}
</style>