Shades of Medium Violet Red #C0136D
Tints of Medium Violet Red #C0136D
RGB
CMYK
RGB Variations
Color information
#C0136D (or 0xC0136D) is known color: Medium Violet Red. HEX triplet: C0, 13 and 6D. RGB value is (192,19,109). Sum of RGB (Red+Green+Blue) = 192+19+109=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C0136D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0136D is #3FEC92. Grayscale: #505050. Windows color (decimal): -4189331 or 7148480. OLE color: 7148480.
HSL color Cylindrical-coordinate representation of color #C0136D: hue angle of 328.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 #C0136D is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 109 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.25 |
| HSL | 328.79º | 0.82% | 0.41% | - |
| HSV(B) | 328.79º | 0.9% | 0.75% | - |
| XYZ | 24.73 | 12.78 | 15.63 | - |
| YUV | 80.99 | 143.81 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 109 | 0 | 0.90 | 0.43 | 0.25 | 328.79 | 0.82 | 0.41 |
| Hex | C0 | 13 | 6D | 0 | 5A | 2B | 19 | 149 | 52 | 29 |
| Octal | 300 | 23 | 155 | 0 | 132 | 53 | 31 | 511 | 122 | 51 |
| Binary | 11000000 | 10011 | 1101101 | 0 | 1011010 | 101011 | 11001 | 101001001 | 1010010 | 101001 |
Color Harmonies of #C0136D
Complementary color
Monochromatic Colors of #C0136D
Black with #C0136D
Text Example
Text Example
White with #C0136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0136D; }
p { color: rgb(192,19,109); }
H1.HeaderClassName
{
color: #C0136D;
}
.AnyTagClassName
{
color: #C0136D;
}
</style>
background-color css
<style>
a { background-color: #C0136D; }
a { background-color: rgb(192,19,109); }
div.DivClassName
{
background-color: #C0136D;
}
.BgClassName
{
background-color: #C0136D;
}
</style>
border-color css
<style>
span { border-color: #C0136D; }
span { border-color: rgb(192,19,109); }
td.TdClassName
{
border-color: #C0136D;
}
.TagClassName
{
border-color: #C0136D;
}
</style>