Shades of Medium Violet Red #C11385
Tints of Medium Violet Red #C11385
RGB
CMYK
RGB Variations
Color information
#C11385 (or 0xC11385) is known color: Medium Violet Red. HEX triplet: C1, 13 and 85. RGB value is (193,19,133). Sum of RGB (Red+Green+Blue) = 193+19+133=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C11385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11385 is #3EEC7A. Grayscale: #535353. Windows color (decimal): -4123771 or 8721345. OLE color: 8721345.
HSL color Cylindrical-coordinate representation of color #C11385: hue angle of 320.69º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C11385 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 133 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.24 |
| HSL | 320.69º | 0.82% | 0.42% | - |
| HSV(B) | 320.69º | 0.9% | 0.76% | - |
| XYZ | 26.46 | 13.5 | 23.4 | - |
| YUV | 84.02 | 155.65 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 133 | 0 | 0.90 | 0.31 | 0.24 | 320.69 | 0.82 | 0.42 |
| Hex | C1 | 13 | 85 | 0 | 5A | 1F | 18 | 141 | 52 | 2A |
| Octal | 301 | 23 | 205 | 0 | 132 | 37 | 30 | 501 | 122 | 52 |
| Binary | 11000001 | 10011 | 10000101 | 0 | 1011010 | 11111 | 11000 | 101000001 | 1010010 | 101010 |
Color Harmonies of #C11385
Complementary color
Monochromatic Colors of #C11385
Black with #C11385
Text Example
Text Example
White with #C11385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11385; }
p { color: rgb(193,19,133); }
H1.HeaderClassName
{
color: #C11385;
}
.AnyTagClassName
{
color: #C11385;
}
</style>
background-color css
<style>
a { background-color: #C11385; }
a { background-color: rgb(193,19,133); }
div.DivClassName
{
background-color: #C11385;
}
.BgClassName
{
background-color: #C11385;
}
</style>
border-color css
<style>
span { border-color: #C11385; }
span { border-color: rgb(193,19,133); }
td.TdClassName
{
border-color: #C11385;
}
.TagClassName
{
border-color: #C11385;
}
</style>