Shades of Medium Violet Red #C10787
Tints of Medium Violet Red #C10787
RGB
CMYK
RGB Variations
Color information
#C10787 (or 0xC10787) is known color: Medium Violet Red. HEX triplet: C1, 07 and 87. RGB value is (193,7,135). Sum of RGB (Red+Green+Blue) = 193+7+135=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 135 (53.12% from 255 or 40.30% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C10787 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10787 is #3EF878. Grayscale: #4C4C4C. Windows color (decimal): -4126841 or 8849345. OLE color: 8849345.
HSL color Cylindrical-coordinate representation of color #C10787: hue angle of 318.71º 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 #C10787 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 7 | 135 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.24 |
| HSL | 318.71º | 0.93% | 0.39% | - |
| HSV(B) | 318.71º | 0.96% | 0.76% | - |
| XYZ | 26.44 | 13.24 | 24.08 | - |
| YUV | 77.21 | 160.62 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 7 | 135 | 0 | 0.96 | 0.30 | 0.24 | 318.71 | 0.93 | 0.39 |
| Hex | C1 | 7 | 87 | 0 | 60 | 1E | 18 | 13F | 5D | 27 |
| Octal | 301 | 7 | 207 | 0 | 140 | 36 | 30 | 477 | 135 | 47 |
| Binary | 11000001 | 111 | 10000111 | 0 | 1100000 | 11110 | 11000 | 100111111 | 1011101 | 100111 |
Color Harmonies of #C10787
Complementary color
Monochromatic Colors of #C10787
Black with #C10787
Text Example
Text Example
White with #C10787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10787; }
p { color: rgb(193,7,135); }
H1.HeaderClassName
{
color: #C10787;
}
.AnyTagClassName
{
color: #C10787;
}
</style>
background-color css
<style>
a { background-color: #C10787; }
a { background-color: rgb(193,7,135); }
div.DivClassName
{
background-color: #C10787;
}
.BgClassName
{
background-color: #C10787;
}
</style>
border-color css
<style>
span { border-color: #C10787; }
span { border-color: rgb(193,7,135); }
td.TdClassName
{
border-color: #C10787;
}
.TagClassName
{
border-color: #C10787;
}
</style>