Shades of Medium Violet Red #C10E86
Tints of Medium Violet Red #C10E86
RGB
CMYK
RGB Variations
Color information
#C10E86 (or 0xC10E86) is known color: Medium Violet Red. HEX triplet: C1, 0E and 86. RGB value is (193,14,134). Sum of RGB (Red+Green+Blue) = 193+14+134=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 14 (5.86% from 255 or 4.11% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E86 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10E86 is #3EF179. Grayscale: #505050. Windows color (decimal): -4125050 or 8785601. OLE color: 8785601.
HSL color Cylindrical-coordinate representation of color #C10E86: hue angle of 319.78º 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 #C10E86 is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 14 | 134 | - |
| CMYK | 0 | 0.93 | 0.31 | 0.24 |
| HSL | 319.78º | 0.86% | 0.41% | - |
| HSV(B) | 319.78º | 0.93% | 0.76% | - |
| XYZ | 26.45 | 13.37 | 23.74 | - |
| YUV | 81.2 | 157.8 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 14 | 134 | 0 | 0.93 | 0.31 | 0.24 | 319.78 | 0.86 | 0.41 |
| Hex | C1 | E | 86 | 0 | 5D | 1F | 18 | 140 | 56 | 29 |
| Octal | 301 | 16 | 206 | 0 | 135 | 37 | 30 | 500 | 126 | 51 |
| Binary | 11000001 | 1110 | 10000110 | 0 | 1011101 | 11111 | 11000 | 101000000 | 1010110 | 101001 |
Color Harmonies of #C10E86
Complementary color
Monochromatic Colors of #C10E86
Black with #C10E86
Text Example
Text Example
White with #C10E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10E86; }
p { color: rgb(193,14,134); }
H1.HeaderClassName
{
color: #C10E86;
}
.AnyTagClassName
{
color: #C10E86;
}
</style>
background-color css
<style>
a { background-color: #C10E86; }
a { background-color: rgb(193,14,134); }
div.DivClassName
{
background-color: #C10E86;
}
.BgClassName
{
background-color: #C10E86;
}
</style>
border-color css
<style>
span { border-color: #C10E86; }
span { border-color: rgb(193,14,134); }
td.TdClassName
{
border-color: #C10E86;
}
.TagClassName
{
border-color: #C10E86;
}
</style>