Shades of Medium Violet Red #C10786
Tints of Medium Violet Red #C10786
RGB
CMYK
RGB Variations
Color information
#C10786 (or 0xC10786) is known color: Medium Violet Red. HEX triplet: C1, 07 and 86. RGB value is (193,7,134). Sum of RGB (Red+Green+Blue) = 193+7+134=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 7 (3.12% from 255 or 2.10% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C10786 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10786 is #3EF879. Grayscale: #4C4C4C. Windows color (decimal): -4126842 or 8783809. OLE color: 8783809.
HSL color Cylindrical-coordinate representation of color #C10786: hue angle of 319.03º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C10786 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 7 | 134 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.24 |
| HSL | 319.03º | 0.93% | 0.39% | - |
| HSV(B) | 319.03º | 0.96% | 0.76% | - |
| XYZ | 26.37 | 13.21 | 23.71 | - |
| YUV | 77.09 | 160.12 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 7 | 134 | 0 | 0.96 | 0.31 | 0.24 | 319.03 | 0.93 | 0.39 |
| Hex | C1 | 7 | 86 | 0 | 60 | 1F | 18 | 13F | 5D | 27 |
| Octal | 301 | 7 | 206 | 0 | 140 | 37 | 30 | 477 | 135 | 47 |
| Binary | 11000001 | 111 | 10000110 | 0 | 1100000 | 11111 | 11000 | 100111111 | 1011101 | 100111 |
Color Harmonies of #C10786
Complementary color
Monochromatic Colors of #C10786
Black with #C10786
Text Example
Text Example
White with #C10786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10786; }
p { color: rgb(193,7,134); }
H1.HeaderClassName
{
color: #C10786;
}
.AnyTagClassName
{
color: #C10786;
}
</style>
background-color css
<style>
a { background-color: #C10786; }
a { background-color: rgb(193,7,134); }
div.DivClassName
{
background-color: #C10786;
}
.BgClassName
{
background-color: #C10786;
}
</style>
border-color css
<style>
span { border-color: #C10786; }
span { border-color: rgb(193,7,134); }
td.TdClassName
{
border-color: #C10786;
}
.TagClassName
{
border-color: #C10786;
}
</style>