Shades of Medium Violet Red #C10E70
Tints of Medium Violet Red #C10E70
RGB
CMYK
RGB Variations
Color information
#C10E70 (or 0xC10E70) is known color: Medium Violet Red. HEX triplet: C1, 0E and 70. RGB value is (193,14,112). Sum of RGB (Red+Green+Blue) = 193+14+112=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 14 (5.86% from 255 or 4.39% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10E70 is #3EF18F. Grayscale: #4E4E4E. Windows color (decimal): -4125072 or 7343809. OLE color: 7343809.
HSL color Cylindrical-coordinate representation of color #C10E70: hue angle of 327.15º 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 #C10E70 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 14 | 112 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.24 |
| HSL | 327.15º | 0.86% | 0.41% | - |
| HSV(B) | 327.15º | 0.93% | 0.76% | - |
| XYZ | 25.07 | 12.82 | 16.48 | - |
| YUV | 78.69 | 146.8 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 14 | 112 | 0 | 0.93 | 0.42 | 0.24 | 327.15 | 0.86 | 0.41 |
| Hex | C1 | E | 70 | 0 | 5D | 2A | 18 | 147 | 56 | 29 |
| Octal | 301 | 16 | 160 | 0 | 135 | 52 | 30 | 507 | 126 | 51 |
| Binary | 11000001 | 1110 | 1110000 | 0 | 1011101 | 101010 | 11000 | 101000111 | 1010110 | 101001 |
Color Harmonies of #C10E70
Complementary color
Monochromatic Colors of #C10E70
Black with #C10E70
Text Example
Text Example
White with #C10E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10E70; }
p { color: rgb(193,14,112); }
H1.HeaderClassName
{
color: #C10E70;
}
.AnyTagClassName
{
color: #C10E70;
}
</style>
background-color css
<style>
a { background-color: #C10E70; }
a { background-color: rgb(193,14,112); }
div.DivClassName
{
background-color: #C10E70;
}
.BgClassName
{
background-color: #C10E70;
}
</style>
border-color css
<style>
span { border-color: #C10E70; }
span { border-color: rgb(193,14,112); }
td.TdClassName
{
border-color: #C10E70;
}
.TagClassName
{
border-color: #C10E70;
}
</style>