Shades of Medium Violet Red #C10E8E
Tints of Medium Violet Red #C10E8E
RGB
CMYK
RGB Variations
Color information
#C10E8E (or 0xC10E8E) is known color: Medium Violet Red. HEX triplet: C1, 0E and 8E. RGB value is (193,14,142). Sum of RGB (Red+Green+Blue) = 193+14+142=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 14 (5.86% from 255 or 4.01% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10E8E is #3EF171. Grayscale: #515151. Windows color (decimal): -4125042 or 9309889. OLE color: 9309889.
HSL color Cylindrical-coordinate representation of color #C10E8E: hue angle of 317.09º 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 #C10E8E is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 14 | 142 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.24 |
| HSL | 317.1º | 0.86% | 0.41% | - |
| HSV(B) | 317.1º | 0.93% | 0.76% | - |
| XYZ | 27.03 | 13.6 | 26.79 | - |
| YUV | 82.11 | 161.8 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 14 | 142 | 0 | 0.93 | 0.26 | 0.24 | 317.1 | 0.86 | 0.41 |
| Hex | C1 | E | 8E | 0 | 5D | 1A | 18 | 13D | 56 | 29 |
| Octal | 301 | 16 | 216 | 0 | 135 | 32 | 30 | 475 | 126 | 51 |
| Binary | 11000001 | 1110 | 10001110 | 0 | 1011101 | 11010 | 11000 | 100111101 | 1010110 | 101001 |
Color Harmonies of #C10E8E
Complementary color
Monochromatic Colors of #C10E8E
Black with #C10E8E
Text Example
Text Example
White with #C10E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10E8E; }
p { color: rgb(193,14,142); }
H1.HeaderClassName
{
color: #C10E8E;
}
.AnyTagClassName
{
color: #C10E8E;
}
</style>
background-color css
<style>
a { background-color: #C10E8E; }
a { background-color: rgb(193,14,142); }
div.DivClassName
{
background-color: #C10E8E;
}
.BgClassName
{
background-color: #C10E8E;
}
</style>
border-color css
<style>
span { border-color: #C10E8E; }
span { border-color: rgb(193,14,142); }
td.TdClassName
{
border-color: #C10E8E;
}
.TagClassName
{
border-color: #C10E8E;
}
</style>