Shades of Medium Violet Red #C11884
Tints of Medium Violet Red #C11884
RGB
CMYK
RGB Variations
Color information
#C11884 (or 0xC11884) is known color: Medium Violet Red. HEX triplet: C1, 18 and 84. RGB value is (193,24,132). Sum of RGB (Red+Green+Blue) = 193+24+132=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 24 (9.77% from 255 or 6.88% from 349); Blue value is 132 (51.95% from 255 or 37.82% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C11884 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11884 is #3EE77B. Grayscale: #565656. Windows color (decimal): -4122492 or 8657089. OLE color: 8657089.
HSL color Cylindrical-coordinate representation of color #C11884: hue angle of 321.66º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11884 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 24 | 132 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.24 |
| HSL | 321.66º | 0.78% | 0.43% | - |
| HSV(B) | 321.66º | 0.88% | 0.76% | - |
| XYZ | 26.48 | 13.66 | 23.07 | - |
| YUV | 86.84 | 153.49 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 24 | 132 | 0 | 0.88 | 0.32 | 0.24 | 321.66 | 0.78 | 0.43 |
| Hex | C1 | 18 | 84 | 0 | 58 | 20 | 18 | 142 | 4E | 2B |
| Octal | 301 | 30 | 204 | 0 | 130 | 40 | 30 | 502 | 116 | 53 |
| Binary | 11000001 | 11000 | 10000100 | 0 | 1011000 | 100000 | 11000 | 101000010 | 1001110 | 101011 |
Color Harmonies of #C11884
Complementary color
Monochromatic Colors of #C11884
Black with #C11884
Text Example
Text Example
White with #C11884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11884; }
p { color: rgb(193,24,132); }
H1.HeaderClassName
{
color: #C11884;
}
.AnyTagClassName
{
color: #C11884;
}
</style>
background-color css
<style>
a { background-color: #C11884; }
a { background-color: rgb(193,24,132); }
div.DivClassName
{
background-color: #C11884;
}
.BgClassName
{
background-color: #C11884;
}
</style>
border-color css
<style>
span { border-color: #C11884; }
span { border-color: rgb(193,24,132); }
td.TdClassName
{
border-color: #C11884;
}
.TagClassName
{
border-color: #C11884;
}
</style>