Shades of Medium Violet Red #C0136E
Tints of Medium Violet Red #C0136E
RGB
CMYK
RGB Variations
Color information
#C0136E (or 0xC0136E) is known color: Medium Violet Red. HEX triplet: C0, 13 and 6E. RGB value is (192,19,110). Sum of RGB (Red+Green+Blue) = 192+19+110=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C0136E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0136E is #3FEC91. Grayscale: #505050. Windows color (decimal): -4189330 or 7214016. OLE color: 7214016.
HSL color Cylindrical-coordinate representation of color #C0136E: hue angle of 328.44º 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 #C0136E is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 110 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.25 |
| HSL | 328.44º | 0.82% | 0.41% | - |
| HSV(B) | 328.44º | 0.9% | 0.75% | - |
| XYZ | 24.79 | 12.8 | 15.92 | - |
| YUV | 81.1 | 144.31 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 110 | 0 | 0.90 | 0.43 | 0.25 | 328.44 | 0.82 | 0.41 |
| Hex | C0 | 13 | 6E | 0 | 5A | 2B | 19 | 148 | 52 | 29 |
| Octal | 300 | 23 | 156 | 0 | 132 | 53 | 31 | 510 | 122 | 51 |
| Binary | 11000000 | 10011 | 1101110 | 0 | 1011010 | 101011 | 11001 | 101001000 | 1010010 | 101001 |
Color Harmonies of #C0136E
Complementary color
Monochromatic Colors of #C0136E
Black with #C0136E
Text Example
Text Example
White with #C0136E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0136E; }
p { color: rgb(192,19,110); }
H1.HeaderClassName
{
color: #C0136E;
}
.AnyTagClassName
{
color: #C0136E;
}
</style>
background-color css
<style>
a { background-color: #C0136E; }
a { background-color: rgb(192,19,110); }
div.DivClassName
{
background-color: #C0136E;
}
.BgClassName
{
background-color: #C0136E;
}
</style>
border-color css
<style>
span { border-color: #C0136E; }
span { border-color: rgb(192,19,110); }
td.TdClassName
{
border-color: #C0136E;
}
.TagClassName
{
border-color: #C0136E;
}
</style>