Shades of Medium Violet Red #C11094
Tints of Medium Violet Red #C11094
RGB
CMYK
RGB Variations
Color information
#C11094 (or 0xC11094) is known color: Medium Violet Red. HEX triplet: C1, 10 and 94. RGB value is (193,16,148). Sum of RGB (Red+Green+Blue) = 193+16+148=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 16 (6.64% from 255 or 4.48% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C11094 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11094 is #3EEF6B. Grayscale: #535353. Windows color (decimal): -4124524 or 9703617. OLE color: 9703617.
HSL color Cylindrical-coordinate representation of color #C11094: hue angle of 315.25º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C11094 is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 16 | 148 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.24 |
| HSL | 315.25º | 0.85% | 0.41% | - |
| HSV(B) | 315.25º | 0.92% | 0.76% | - |
| XYZ | 27.52 | 13.85 | 29.24 | - |
| YUV | 83.97 | 164.14 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 16 | 148 | 0 | 0.92 | 0.23 | 0.24 | 315.25 | 0.85 | 0.41 |
| Hex | C1 | 10 | 94 | 0 | 5C | 17 | 18 | 13B | 55 | 29 |
| Octal | 301 | 20 | 224 | 0 | 134 | 27 | 30 | 473 | 125 | 51 |
| Binary | 11000001 | 10000 | 10010100 | 0 | 1011100 | 10111 | 11000 | 100111011 | 1010101 | 101001 |
Color Harmonies of #C11094
Complementary color
Monochromatic Colors of #C11094
Black with #C11094
Text Example
Text Example
White with #C11094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11094; }
p { color: rgb(193,16,148); }
H1.HeaderClassName
{
color: #C11094;
}
.AnyTagClassName
{
color: #C11094;
}
</style>
background-color css
<style>
a { background-color: #C11094; }
a { background-color: rgb(193,16,148); }
div.DivClassName
{
background-color: #C11094;
}
.BgClassName
{
background-color: #C11094;
}
</style>
border-color css
<style>
span { border-color: #C11094; }
span { border-color: rgb(193,16,148); }
td.TdClassName
{
border-color: #C11094;
}
.TagClassName
{
border-color: #C11094;
}
</style>