Shades of Medium Violet Red #C10E7E
Tints of Medium Violet Red #C10E7E
RGB
CMYK
RGB Variations
Color information
#C10E7E (or 0xC10E7E) is known color: Medium Violet Red. HEX triplet: C1, 0E and 7E. RGB value is (193,14,126). Sum of RGB (Red+Green+Blue) = 193+14+126=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 14 (5.86% from 255 or 4.20% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10E7E is #3EF181. Grayscale: #505050. Windows color (decimal): -4125058 or 8261313. OLE color: 8261313.
HSL color Cylindrical-coordinate representation of color #C10E7E: hue angle of 322.46º 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 #C10E7E is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 14 | 126 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.24 |
| HSL | 322.46º | 0.86% | 0.41% | - |
| HSV(B) | 322.46º | 0.93% | 0.76% | - |
| XYZ | 25.92 | 13.16 | 20.91 | - |
| YUV | 80.29 | 153.8 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 14 | 126 | 0 | 0.93 | 0.35 | 0.24 | 322.46 | 0.86 | 0.41 |
| Hex | C1 | E | 7E | 0 | 5D | 23 | 18 | 142 | 56 | 29 |
| Octal | 301 | 16 | 176 | 0 | 135 | 43 | 30 | 502 | 126 | 51 |
| Binary | 11000001 | 1110 | 1111110 | 0 | 1011101 | 100011 | 11000 | 101000010 | 1010110 | 101001 |
Color Harmonies of #C10E7E
Complementary color
Monochromatic Colors of #C10E7E
Black with #C10E7E
Text Example
Text Example
White with #C10E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10E7E; }
p { color: rgb(193,14,126); }
H1.HeaderClassName
{
color: #C10E7E;
}
.AnyTagClassName
{
color: #C10E7E;
}
</style>
background-color css
<style>
a { background-color: #C10E7E; }
a { background-color: rgb(193,14,126); }
div.DivClassName
{
background-color: #C10E7E;
}
.BgClassName
{
background-color: #C10E7E;
}
</style>
border-color css
<style>
span { border-color: #C10E7E; }
span { border-color: rgb(193,14,126); }
td.TdClassName
{
border-color: #C10E7E;
}
.TagClassName
{
border-color: #C10E7E;
}
</style>