Shades of Medium Violet Red #C11D87
Tints of Medium Violet Red #C11D87
RGB
CMYK
RGB Variations
Color information
#C11D87 (or 0xC11D87) is known color: Medium Violet Red. HEX triplet: C1, 1D and 87. RGB value is (193,29,135). Sum of RGB (Red+Green+Blue) = 193+29+135=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 29 (11.72% from 255 or 8.12% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C11D87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11D87 is #3EE278. Grayscale: #595959. Windows color (decimal): -4121209 or 8854977. OLE color: 8854977.
HSL color Cylindrical-coordinate representation of color #C11D87: hue angle of 321.22º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C11D87 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 29 | 135 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.24 |
| HSL | 321.22º | 0.74% | 0.44% | - |
| HSV(B) | 321.22º | 0.85% | 0.76% | - |
| XYZ | 26.8 | 13.97 | 24.2 | - |
| YUV | 90.12 | 153.33 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 29 | 135 | 0 | 0.85 | 0.30 | 0.24 | 321.22 | 0.74 | 0.44 |
| Hex | C1 | 1D | 87 | 0 | 55 | 1E | 18 | 141 | 4A | 2C |
| Octal | 301 | 35 | 207 | 0 | 125 | 36 | 30 | 501 | 112 | 54 |
| Binary | 11000001 | 11101 | 10000111 | 0 | 1010101 | 11110 | 11000 | 101000001 | 1001010 | 101100 |
Color Harmonies of #C11D87
Complementary color
Monochromatic Colors of #C11D87
Black with #C11D87
Text Example
Text Example
White with #C11D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11D87; }
p { color: rgb(193,29,135); }
H1.HeaderClassName
{
color: #C11D87;
}
.AnyTagClassName
{
color: #C11D87;
}
</style>
background-color css
<style>
a { background-color: #C11D87; }
a { background-color: rgb(193,29,135); }
div.DivClassName
{
background-color: #C11D87;
}
.BgClassName
{
background-color: #C11D87;
}
</style>
border-color css
<style>
span { border-color: #C11D87; }
span { border-color: rgb(193,29,135); }
td.TdClassName
{
border-color: #C11D87;
}
.TagClassName
{
border-color: #C11D87;
}
</style>