Shades of Medium Violet Red #C10E98
Tints of Medium Violet Red #C10E98
RGB
CMYK
RGB Variations
Color information
#C10E98 (or 0xC10E98) is known color: Medium Violet Red. HEX triplet: C1, 0E and 98. RGB value is (193,14,152). Sum of RGB (Red+Green+Blue) = 193+14+152=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 14 (5.86% from 255 or 3.90% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10E98 is #3EF167. Grayscale: #525252. Windows color (decimal): -4125032 or 9965249. OLE color: 9965249.
HSL color Cylindrical-coordinate representation of color #C10E98: hue angle of 313.74º 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 #C10E98 is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 14 | 152 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.24 |
| HSL | 313.74º | 0.86% | 0.41% | - |
| HSV(B) | 313.74º | 0.93% | 0.76% | - |
| XYZ | 27.82 | 13.92 | 30.93 | - |
| YUV | 83.25 | 166.8 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 14 | 152 | 0 | 0.93 | 0.21 | 0.24 | 313.74 | 0.86 | 0.41 |
| Hex | C1 | E | 98 | 0 | 5D | 15 | 18 | 13A | 56 | 29 |
| Octal | 301 | 16 | 230 | 0 | 135 | 25 | 30 | 472 | 126 | 51 |
| Binary | 11000001 | 1110 | 10011000 | 0 | 1011101 | 10101 | 11000 | 100111010 | 1010110 | 101001 |
Color Harmonies of #C10E98
Complementary color
Monochromatic Colors of #C10E98
Black with #C10E98
Text Example
Text Example
White with #C10E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10E98; }
p { color: rgb(193,14,152); }
H1.HeaderClassName
{
color: #C10E98;
}
.AnyTagClassName
{
color: #C10E98;
}
</style>
background-color css
<style>
a { background-color: #C10E98; }
a { background-color: rgb(193,14,152); }
div.DivClassName
{
background-color: #C10E98;
}
.BgClassName
{
background-color: #C10E98;
}
</style>
border-color css
<style>
span { border-color: #C10E98; }
span { border-color: rgb(193,14,152); }
td.TdClassName
{
border-color: #C10E98;
}
.TagClassName
{
border-color: #C10E98;
}
</style>