Shades of Medium Violet Red #C10E80
Tints of Medium Violet Red #C10E80
RGB
CMYK
RGB Variations
Color information
#C10E80 (or 0xC10E80) is known color: Medium Violet Red. HEX triplet: C1, 0E and 80. RGB value is (193,14,128). Sum of RGB (Red+Green+Blue) = 193+14+128=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 14 (5.86% from 255 or 4.18% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10E80 is #3EF17F. Grayscale: #505050. Windows color (decimal): -4125056 or 8392385. OLE color: 8392385.
HSL color Cylindrical-coordinate representation of color #C10E80: hue angle of 321.79º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10E80 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 14 | 128 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.24 |
| HSL | 321.79º | 0.86% | 0.41% | - |
| HSV(B) | 321.79º | 0.93% | 0.76% | - |
| XYZ | 26.05 | 13.21 | 21.6 | - |
| YUV | 80.52 | 154.8 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 14 | 128 | 0 | 0.93 | 0.34 | 0.24 | 321.79 | 0.86 | 0.41 |
| Hex | C1 | E | 80 | 0 | 5D | 22 | 18 | 142 | 56 | 29 |
| Octal | 301 | 16 | 200 | 0 | 135 | 42 | 30 | 502 | 126 | 51 |
| Binary | 11000001 | 1110 | 10000000 | 0 | 1011101 | 100010 | 11000 | 101000010 | 1010110 | 101001 |
Color Harmonies of #C10E80
Complementary color
Monochromatic Colors of #C10E80
Black with #C10E80
Text Example
Text Example
White with #C10E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10E80; }
p { color: rgb(193,14,128); }
H1.HeaderClassName
{
color: #C10E80;
}
.AnyTagClassName
{
color: #C10E80;
}
</style>
background-color css
<style>
a { background-color: #C10E80; }
a { background-color: rgb(193,14,128); }
div.DivClassName
{
background-color: #C10E80;
}
.BgClassName
{
background-color: #C10E80;
}
</style>
border-color css
<style>
span { border-color: #C10E80; }
span { border-color: rgb(193,14,128); }
td.TdClassName
{
border-color: #C10E80;
}
.TagClassName
{
border-color: #C10E80;
}
</style>