Shades of Medium Violet Red #C10E79
Tints of Medium Violet Red #C10E79
RGB
CMYK
RGB Variations
Color information
#C10E79 (or 0xC10E79) is known color: Medium Violet Red. HEX triplet: C1, 0E and 79. RGB value is (193,14,121). Sum of RGB (Red+Green+Blue) = 193+14+121=328 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.84% from 328); Green value is 14 (5.86% from 255 or 4.27% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10E79 is #3EF186. Grayscale: #4F4F4F. Windows color (decimal): -4125063 or 7933633. OLE color: 7933633.
HSL color Cylindrical-coordinate representation of color #C10E79: hue angle of 324.13º 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 #C10E79 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 14 | 121 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.24 |
| HSL | 324.13º | 0.86% | 0.41% | - |
| HSV(B) | 324.13º | 0.93% | 0.76% | - |
| XYZ | 25.6 | 13.03 | 19.26 | - |
| YUV | 79.72 | 151.3 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 14 | 121 | 0 | 0.93 | 0.37 | 0.24 | 324.13 | 0.86 | 0.41 |
| Hex | C1 | E | 79 | 0 | 5D | 25 | 18 | 144 | 56 | 29 |
| Octal | 301 | 16 | 171 | 0 | 135 | 45 | 30 | 504 | 126 | 51 |
| Binary | 11000001 | 1110 | 1111001 | 0 | 1011101 | 100101 | 11000 | 101000100 | 1010110 | 101001 |
Color Harmonies of #C10E79
Complementary color
Monochromatic Colors of #C10E79
Black with #C10E79
Text Example
Text Example
White with #C10E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10E79; }
p { color: rgb(193,14,121); }
H1.HeaderClassName
{
color: #C10E79;
}
.AnyTagClassName
{
color: #C10E79;
}
</style>
background-color css
<style>
a { background-color: #C10E79; }
a { background-color: rgb(193,14,121); }
div.DivClassName
{
background-color: #C10E79;
}
.BgClassName
{
background-color: #C10E79;
}
</style>
border-color css
<style>
span { border-color: #C10E79; }
span { border-color: rgb(193,14,121); }
td.TdClassName
{
border-color: #C10E79;
}
.TagClassName
{
border-color: #C10E79;
}
</style>