Shades of Medium Violet Red #C10E76
Tints of Medium Violet Red #C10E76
RGB
CMYK
RGB Variations
Color information
#C10E76 (or 0xC10E76) is known color: Medium Violet Red. HEX triplet: C1, 0E and 76. RGB value is (193,14,118). Sum of RGB (Red+Green+Blue) = 193+14+118=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 14 (5.86% from 255 or 4.31% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10E76 is #3EF189. Grayscale: #4F4F4F. Windows color (decimal): -4125066 or 7737025. OLE color: 7737025.
HSL color Cylindrical-coordinate representation of color #C10E76: hue angle of 325.14º 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 #C10E76 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 14 | 118 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.24 |
| HSL | 325.14º | 0.86% | 0.41% | - |
| HSV(B) | 325.14º | 0.93% | 0.76% | - |
| XYZ | 25.42 | 12.96 | 18.3 | - |
| YUV | 79.38 | 149.8 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 14 | 118 | 0 | 0.93 | 0.39 | 0.24 | 325.14 | 0.86 | 0.41 |
| Hex | C1 | E | 76 | 0 | 5D | 27 | 18 | 145 | 56 | 29 |
| Octal | 301 | 16 | 166 | 0 | 135 | 47 | 30 | 505 | 126 | 51 |
| Binary | 11000001 | 1110 | 1110110 | 0 | 1011101 | 100111 | 11000 | 101000101 | 1010110 | 101001 |
Color Harmonies of #C10E76
Complementary color
Monochromatic Colors of #C10E76
Black with #C10E76
Text Example
Text Example
White with #C10E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10E76; }
p { color: rgb(193,14,118); }
H1.HeaderClassName
{
color: #C10E76;
}
.AnyTagClassName
{
color: #C10E76;
}
</style>
background-color css
<style>
a { background-color: #C10E76; }
a { background-color: rgb(193,14,118); }
div.DivClassName
{
background-color: #C10E76;
}
.BgClassName
{
background-color: #C10E76;
}
</style>
border-color css
<style>
span { border-color: #C10E76; }
span { border-color: rgb(193,14,118); }
td.TdClassName
{
border-color: #C10E76;
}
.TagClassName
{
border-color: #C10E76;
}
</style>