Shades of Medium Violet Red #C10186
Tints of Medium Violet Red #C10186
RGB
CMYK
RGB Variations
Color information
#C10186 (or 0xC10186) is known color: Medium Violet Red. HEX triplet: C1, 01 and 86. RGB value is (193,1,134). Sum of RGB (Red+Green+Blue) = 193+1+134=328 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.84% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 193 - color contains mainly: red. Hex color #C10186 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10186 is #3EFE79. Grayscale: #494949. Windows color (decimal): -4128378 or 8782273. OLE color: 8782273.
HSL color Cylindrical-coordinate representation of color #C10186: hue angle of 318.44º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C10186 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 1 | 134 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.24 |
| HSL | 318.44º | 0.99% | 0.38% | - |
| HSV(B) | 318.44º | 0.99% | 0.76% | - |
| XYZ | 26.31 | 13.08 | 23.69 | - |
| YUV | 73.57 | 162.11 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 134 | 0 | 0.99 | 0.31 | 0.24 | 318.44 | 0.99 | 0.38 |
| Hex | C1 | 1 | 86 | 0 | 63 | 1F | 18 | 13E | 63 | 26 |
| Octal | 301 | 1 | 206 | 0 | 143 | 37 | 30 | 476 | 143 | 46 |
| Binary | 11000001 | 1 | 10000110 | 0 | 1100011 | 11111 | 11000 | 100111110 | 1100011 | 100110 |
Color Harmonies of #C10186
Complementary color
Monochromatic Colors of #C10186
Black with #C10186
Text Example
Text Example
White with #C10186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10186; }
p { color: rgb(193,1,134); }
H1.HeaderClassName
{
color: #C10186;
}
.AnyTagClassName
{
color: #C10186;
}
</style>
background-color css
<style>
a { background-color: #C10186; }
a { background-color: rgb(193,1,134); }
div.DivClassName
{
background-color: #C10186;
}
.BgClassName
{
background-color: #C10186;
}
</style>
border-color css
<style>
span { border-color: #C10186; }
span { border-color: rgb(193,1,134); }
td.TdClassName
{
border-color: #C10186;
}
.TagClassName
{
border-color: #C10186;
}
</style>