Shades of Medium Violet Red #C10E9E
Tints of Medium Violet Red #C10E9E
RGB
CMYK
RGB Variations
Color information
#C10E9E (or 0xC10E9E) is known color: Medium Violet Red. HEX triplet: C1, 0E and 9E. RGB value is (193,14,158). Sum of RGB (Red+Green+Blue) = 193+14+158=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 14 (5.86% from 255 or 3.84% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10E9E is #3EF161. Grayscale: #535353. Windows color (decimal): -4125026 or 10358465. OLE color: 10358465.
HSL color Cylindrical-coordinate representation of color #C10E9E: hue angle of 311.73º 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 #C10E9E is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 14 | 158 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.24 |
| HSL | 311.73º | 0.86% | 0.41% | - |
| HSV(B) | 311.73º | 0.93% | 0.76% | - |
| XYZ | 28.32 | 14.12 | 33.58 | - |
| YUV | 83.94 | 169.8 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 14 | 158 | 0 | 0.93 | 0.18 | 0.24 | 311.73 | 0.86 | 0.41 |
| Hex | C1 | E | 9E | 0 | 5D | 12 | 18 | 138 | 56 | 29 |
| Octal | 301 | 16 | 236 | 0 | 135 | 22 | 30 | 470 | 126 | 51 |
| Binary | 11000001 | 1110 | 10011110 | 0 | 1011101 | 10010 | 11000 | 100111000 | 1010110 | 101001 |
Color Harmonies of #C10E9E
Complementary color
Monochromatic Colors of #C10E9E
Black with #C10E9E
Text Example
Text Example
White with #C10E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10E9E; }
p { color: rgb(193,14,158); }
H1.HeaderClassName
{
color: #C10E9E;
}
.AnyTagClassName
{
color: #C10E9E;
}
</style>
background-color css
<style>
a { background-color: #C10E9E; }
a { background-color: rgb(193,14,158); }
div.DivClassName
{
background-color: #C10E9E;
}
.BgClassName
{
background-color: #C10E9E;
}
</style>
border-color css
<style>
span { border-color: #C10E9E; }
span { border-color: rgb(193,14,158); }
td.TdClassName
{
border-color: #C10E9E;
}
.TagClassName
{
border-color: #C10E9E;
}
</style>