Shades of Medium Violet Red #C11384
Tints of Medium Violet Red #C11384
RGB
CMYK
RGB Variations
Color information
#C11384 (or 0xC11384) is known color: Medium Violet Red. HEX triplet: C1, 13 and 84. RGB value is (193,19,132). Sum of RGB (Red+Green+Blue) = 193+19+132=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 19 (7.81% from 255 or 5.52% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C11384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11384 is #3EEC7B. Grayscale: #535353. Windows color (decimal): -4123772 or 8655809. OLE color: 8655809.
HSL color Cylindrical-coordinate representation of color #C11384: hue angle of 321.03º 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 #C11384 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 132 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.24 |
| HSL | 321.03º | 0.82% | 0.42% | - |
| HSV(B) | 321.03º | 0.9% | 0.76% | - |
| XYZ | 26.39 | 13.47 | 23.04 | - |
| YUV | 83.91 | 155.15 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 132 | 0 | 0.90 | 0.32 | 0.24 | 321.03 | 0.82 | 0.42 |
| Hex | C1 | 13 | 84 | 0 | 5A | 20 | 18 | 141 | 52 | 2A |
| Octal | 301 | 23 | 204 | 0 | 132 | 40 | 30 | 501 | 122 | 52 |
| Binary | 11000001 | 10011 | 10000100 | 0 | 1011010 | 100000 | 11000 | 101000001 | 1010010 | 101010 |
Color Harmonies of #C11384
Complementary color
Monochromatic Colors of #C11384
Black with #C11384
Text Example
Text Example
White with #C11384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11384; }
p { color: rgb(193,19,132); }
H1.HeaderClassName
{
color: #C11384;
}
.AnyTagClassName
{
color: #C11384;
}
</style>
background-color css
<style>
a { background-color: #C11384; }
a { background-color: rgb(193,19,132); }
div.DivClassName
{
background-color: #C11384;
}
.BgClassName
{
background-color: #C11384;
}
</style>
border-color css
<style>
span { border-color: #C11384; }
span { border-color: rgb(193,19,132); }
td.TdClassName
{
border-color: #C11384;
}
.TagClassName
{
border-color: #C11384;
}
</style>