Shades of Medium Violet Red #C11585
Tints of Medium Violet Red #C11585
RGB
CMYK
RGB Variations
Color information
#C11585 (or 0xC11585) is known color: Medium Violet Red. HEX triplet: C1, 15 and 85. RGB value is (193,21,133). Sum of RGB (Red+Green+Blue) = 193+21+133=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 21 (8.59% from 255 or 6.05% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C11585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11585 is #3EEA7A. Grayscale: #545454. Windows color (decimal): -4123259 or 8721857. OLE color: 8721857.
HSL color Cylindrical-coordinate representation of color #C11585: hue angle of 320.93º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C11585 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 21 | 133 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.24 |
| HSL | 320.93º | 0.8% | 0.42% | - |
| HSV(B) | 320.93º | 0.89% | 0.76% | - |
| XYZ | 26.49 | 13.57 | 23.41 | - |
| YUV | 85.2 | 154.98 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 21 | 133 | 0 | 0.89 | 0.31 | 0.24 | 320.93 | 0.8 | 0.42 |
| Hex | C1 | 15 | 85 | 0 | 59 | 1F | 18 | 141 | 50 | 2A |
| Octal | 301 | 25 | 205 | 0 | 131 | 37 | 30 | 501 | 120 | 52 |
| Binary | 11000001 | 10101 | 10000101 | 0 | 1011001 | 11111 | 11000 | 101000001 | 1010000 | 101010 |
Color Harmonies of #C11585
Complementary color
Monochromatic Colors of #C11585
Black with #C11585
Text Example
Text Example
White with #C11585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11585; }
p { color: rgb(193,21,133); }
H1.HeaderClassName
{
color: #C11585;
}
.AnyTagClassName
{
color: #C11585;
}
</style>
background-color css
<style>
a { background-color: #C11585; }
a { background-color: rgb(193,21,133); }
div.DivClassName
{
background-color: #C11585;
}
.BgClassName
{
background-color: #C11585;
}
</style>
border-color css
<style>
span { border-color: #C11585; }
span { border-color: rgb(193,21,133); }
td.TdClassName
{
border-color: #C11585;
}
.TagClassName
{
border-color: #C11585;
}
</style>