Shades of Medium Violet Red #C10E9F
Tints of Medium Violet Red #C10E9F
RGB
CMYK
RGB Variations
Color information
#C10E9F (or 0xC10E9F) is known color: Medium Violet Red. HEX triplet: C1, 0E and 9F. RGB value is (193,14,159). Sum of RGB (Red+Green+Blue) = 193+14+159=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 14 (5.86% from 255 or 3.83% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10E9F is #3EF160. Grayscale: #535353. Windows color (decimal): -4125025 or 10424001. OLE color: 10424001.
HSL color Cylindrical-coordinate representation of color #C10E9F: hue angle of 311.4º 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 #C10E9F is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 14 | 159 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.24 |
| HSL | 311.4º | 0.86% | 0.41% | - |
| HSV(B) | 311.4º | 0.93% | 0.76% | - |
| XYZ | 28.41 | 14.15 | 34.04 | - |
| YUV | 84.05 | 170.3 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 14 | 159 | 0 | 0.93 | 0.18 | 0.24 | 311.4 | 0.86 | 0.41 |
| Hex | C1 | E | 9F | 0 | 5D | 12 | 18 | 137 | 56 | 29 |
| Octal | 301 | 16 | 237 | 0 | 135 | 22 | 30 | 467 | 126 | 51 |
| Binary | 11000001 | 1110 | 10011111 | 0 | 1011101 | 10010 | 11000 | 100110111 | 1010110 | 101001 |
Color Harmonies of #C10E9F
Complementary color
Monochromatic Colors of #C10E9F
Black with #C10E9F
Text Example
Text Example
White with #C10E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10E9F; }
p { color: rgb(193,14,159); }
H1.HeaderClassName
{
color: #C10E9F;
}
.AnyTagClassName
{
color: #C10E9F;
}
</style>
background-color css
<style>
a { background-color: #C10E9F; }
a { background-color: rgb(193,14,159); }
div.DivClassName
{
background-color: #C10E9F;
}
.BgClassName
{
background-color: #C10E9F;
}
</style>
border-color css
<style>
span { border-color: #C10E9F; }
span { border-color: rgb(193,14,159); }
td.TdClassName
{
border-color: #C10E9F;
}
.TagClassName
{
border-color: #C10E9F;
}
</style>