Shades of Medium Violet Red #C11584
Tints of Medium Violet Red #C11584
RGB
CMYK
RGB Variations
Color information
#C11584 (or 0xC11584) is known color: Medium Violet Red. HEX triplet: C1, 15 and 84. RGB value is (193,21,132). Sum of RGB (Red+Green+Blue) = 193+21+132=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 21 (8.59% from 255 or 6.07% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C11584 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11584 is #3EEA7B. Grayscale: #545454. Windows color (decimal): -4123260 or 8656321. OLE color: 8656321.
HSL color Cylindrical-coordinate representation of color #C11584: hue angle of 321.28º 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 #C11584 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 21 | 132 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.24 |
| HSL | 321.28º | 0.8% | 0.42% | - |
| HSV(B) | 321.28º | 0.89% | 0.76% | - |
| XYZ | 26.43 | 13.54 | 23.05 | - |
| YUV | 85.08 | 154.48 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 21 | 132 | 0 | 0.89 | 0.32 | 0.24 | 321.28 | 0.8 | 0.42 |
| Hex | C1 | 15 | 84 | 0 | 59 | 20 | 18 | 141 | 50 | 2A |
| Octal | 301 | 25 | 204 | 0 | 131 | 40 | 30 | 501 | 120 | 52 |
| Binary | 11000001 | 10101 | 10000100 | 0 | 1011001 | 100000 | 11000 | 101000001 | 1010000 | 101010 |
Color Harmonies of #C11584
Complementary color
Monochromatic Colors of #C11584
Black with #C11584
Text Example
Text Example
White with #C11584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11584; }
p { color: rgb(193,21,132); }
H1.HeaderClassName
{
color: #C11584;
}
.AnyTagClassName
{
color: #C11584;
}
</style>
background-color css
<style>
a { background-color: #C11584; }
a { background-color: rgb(193,21,132); }
div.DivClassName
{
background-color: #C11584;
}
.BgClassName
{
background-color: #C11584;
}
</style>
border-color css
<style>
span { border-color: #C11584; }
span { border-color: rgb(193,21,132); }
td.TdClassName
{
border-color: #C11584;
}
.TagClassName
{
border-color: #C11584;
}
</style>