Shades of Medium Violet Red #C10187
Tints of Medium Violet Red #C10187
RGB
CMYK
RGB Variations
Color information
#C10187 (or 0xC10187) is known color: Medium Violet Red. HEX triplet: C1, 01 and 87. RGB value is (193,1,135). Sum of RGB (Red+Green+Blue) = 193+1+135=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 135 (53.12% from 255 or 41.03% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C10187 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10187 is #3EFE78. Grayscale: #494949. Windows color (decimal): -4128377 or 8847809. OLE color: 8847809.
HSL color Cylindrical-coordinate representation of color #C10187: hue angle of 318.12º 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 #C10187 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 1 | 135 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.24 |
| HSL | 318.13º | 0.99% | 0.38% | - |
| HSV(B) | 318.13º | 0.99% | 0.76% | - |
| XYZ | 26.38 | 13.11 | 24.06 | - |
| YUV | 73.68 | 162.61 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 135 | 0 | 0.99 | 0.30 | 0.24 | 318.13 | 0.99 | 0.38 |
| Hex | C1 | 1 | 87 | 0 | 63 | 1E | 18 | 13E | 63 | 26 |
| Octal | 301 | 1 | 207 | 0 | 143 | 36 | 30 | 476 | 143 | 46 |
| Binary | 11000001 | 1 | 10000111 | 0 | 1100011 | 11110 | 11000 | 100111110 | 1100011 | 100110 |
Color Harmonies of #C10187
Complementary color
Monochromatic Colors of #C10187
Black with #C10187
Text Example
Text Example
White with #C10187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10187; }
p { color: rgb(193,1,135); }
H1.HeaderClassName
{
color: #C10187;
}
.AnyTagClassName
{
color: #C10187;
}
</style>
background-color css
<style>
a { background-color: #C10187; }
a { background-color: rgb(193,1,135); }
div.DivClassName
{
background-color: #C10187;
}
.BgClassName
{
background-color: #C10187;
}
</style>
border-color css
<style>
span { border-color: #C10187; }
span { border-color: rgb(193,1,135); }
td.TdClassName
{
border-color: #C10187;
}
.TagClassName
{
border-color: #C10187;
}
</style>