Shades of Medium Violet Red #C11284
Tints of Medium Violet Red #C11284
RGB
CMYK
RGB Variations
Color information
#C11284 (or 0xC11284) is known color: Medium Violet Red. HEX triplet: C1, 12 and 84. RGB value is (193,18,132). Sum of RGB (Red+Green+Blue) = 193+18+132=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C11284 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11284 is #3EED7B. Grayscale: #535353. Windows color (decimal): -4124028 or 8655553. OLE color: 8655553.
HSL color Cylindrical-coordinate representation of color #C11284: hue angle of 320.91º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C11284 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 18 | 132 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.24 |
| HSL | 320.91º | 0.83% | 0.41% | - |
| HSV(B) | 320.91º | 0.91% | 0.76% | - |
| XYZ | 26.37 | 13.44 | 23.03 | - |
| YUV | 83.32 | 155.48 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 132 | 0 | 0.91 | 0.32 | 0.24 | 320.91 | 0.83 | 0.41 |
| Hex | C1 | 12 | 84 | 0 | 5B | 20 | 18 | 141 | 53 | 29 |
| Octal | 301 | 22 | 204 | 0 | 133 | 40 | 30 | 501 | 123 | 51 |
| Binary | 11000001 | 10010 | 10000100 | 0 | 1011011 | 100000 | 11000 | 101000001 | 1010011 | 101001 |
Color Harmonies of #C11284
Complementary color
Monochromatic Colors of #C11284
Black with #C11284
Text Example
Text Example
White with #C11284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11284; }
p { color: rgb(193,18,132); }
H1.HeaderClassName
{
color: #C11284;
}
.AnyTagClassName
{
color: #C11284;
}
</style>
background-color css
<style>
a { background-color: #C11284; }
a { background-color: rgb(193,18,132); }
div.DivClassName
{
background-color: #C11284;
}
.BgClassName
{
background-color: #C11284;
}
</style>
border-color css
<style>
span { border-color: #C11284; }
span { border-color: rgb(193,18,132); }
td.TdClassName
{
border-color: #C11284;
}
.TagClassName
{
border-color: #C11284;
}
</style>