Shades of Medium Violet Red #C11396
Tints of Medium Violet Red #C11396
RGB
CMYK
RGB Variations
Color information
#C11396 (or 0xC11396) is known color: Medium Violet Red. HEX triplet: C1, 13 and 96. RGB value is (193,19,150). Sum of RGB (Red+Green+Blue) = 193+19+150=362 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.31% from 362); Green value is 19 (7.81% from 255 or 5.25% from 362); Blue value is 150 (58.98% from 255 or 41.44% from 362); Max value from RGB is 193 - color contains mainly: red. Hex color #C11396 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11396 is #3EEC69. Grayscale: #555555. Windows color (decimal): -4123754 or 9835457. OLE color: 9835457.
HSL color Cylindrical-coordinate representation of color #C11396: hue angle of 314.83º 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 #C11396 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 150 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.24 |
| HSL | 314.83º | 0.82% | 0.42% | - |
| HSV(B) | 314.83º | 0.9% | 0.76% | - |
| XYZ | 27.73 | 14.01 | 30.1 | - |
| YUV | 85.96 | 164.15 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 150 | 0 | 0.90 | 0.22 | 0.24 | 314.83 | 0.82 | 0.42 |
| Hex | C1 | 13 | 96 | 0 | 5A | 16 | 18 | 13B | 52 | 2A |
| Octal | 301 | 23 | 226 | 0 | 132 | 26 | 30 | 473 | 122 | 52 |
| Binary | 11000001 | 10011 | 10010110 | 0 | 1011010 | 10110 | 11000 | 100111011 | 1010010 | 101010 |
Color Harmonies of #C11396
Complementary color
Monochromatic Colors of #C11396
Black with #C11396
Text Example
Text Example
White with #C11396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11396; }
p { color: rgb(193,19,150); }
H1.HeaderClassName
{
color: #C11396;
}
.AnyTagClassName
{
color: #C11396;
}
</style>
background-color css
<style>
a { background-color: #C11396; }
a { background-color: rgb(193,19,150); }
div.DivClassName
{
background-color: #C11396;
}
.BgClassName
{
background-color: #C11396;
}
</style>
border-color css
<style>
span { border-color: #C11396; }
span { border-color: rgb(193,19,150); }
td.TdClassName
{
border-color: #C11396;
}
.TagClassName
{
border-color: #C11396;
}
</style>