Shades of Medium Violet Red #C10D71
Tints of Medium Violet Red #C10D71
RGB
CMYK
RGB Variations
Color information
#C10D71 (or 0xC10D71) is known color: Medium Violet Red. HEX triplet: C1, 0D and 71. RGB value is (193,13,113). Sum of RGB (Red+Green+Blue) = 193+13+113=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 13 (5.47% from 255 or 4.08% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C10D71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10D71 is #3EF28E. Grayscale: #4E4E4E. Windows color (decimal): -4125327 or 7409089. OLE color: 7409089.
HSL color Cylindrical-coordinate representation of color #C10D71: hue angle of 326.67º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10D71 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 13 | 113 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.24 |
| HSL | 326.67º | 0.87% | 0.4% | - |
| HSV(B) | 326.67º | 0.93% | 0.76% | - |
| XYZ | 25.12 | 12.82 | 16.77 | - |
| YUV | 78.22 | 147.63 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 13 | 113 | 0 | 0.93 | 0.41 | 0.24 | 326.67 | 0.87 | 0.4 |
| Hex | C1 | D | 71 | 0 | 5D | 29 | 18 | 147 | 57 | 28 |
| Octal | 301 | 15 | 161 | 0 | 135 | 51 | 30 | 507 | 127 | 50 |
| Binary | 11000001 | 1101 | 1110001 | 0 | 1011101 | 101001 | 11000 | 101000111 | 1010111 | 101000 |
Color Harmonies of #C10D71
Complementary color
Monochromatic Colors of #C10D71
Black with #C10D71
Text Example
Text Example
White with #C10D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10D71; }
p { color: rgb(193,13,113); }
H1.HeaderClassName
{
color: #C10D71;
}
.AnyTagClassName
{
color: #C10D71;
}
</style>
background-color css
<style>
a { background-color: #C10D71; }
a { background-color: rgb(193,13,113); }
div.DivClassName
{
background-color: #C10D71;
}
.BgClassName
{
background-color: #C10D71;
}
</style>
border-color css
<style>
span { border-color: #C10D71; }
span { border-color: rgb(193,13,113); }
td.TdClassName
{
border-color: #C10D71;
}
.TagClassName
{
border-color: #C10D71;
}
</style>