Shades of Medium Violet Red #C11083
Tints of Medium Violet Red #C11083
RGB
CMYK
RGB Variations
Color information
#C11083 (or 0xC11083) is known color: Medium Violet Red. HEX triplet: C1, 10 and 83. RGB value is (193,16,131). Sum of RGB (Red+Green+Blue) = 193+16+131=340 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.76% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 131 (51.56% from 255 or 38.53% from 340); Max value from RGB is 193 - color contains mainly: red. Hex color #C11083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11083 is #3EEF7C. Grayscale: #515151. Windows color (decimal): -4124541 or 8589505. OLE color: 8589505.
HSL color Cylindrical-coordinate representation of color #C11083: hue angle of 321.02º 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 #C11083 is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 16 | 131 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.24 |
| HSL | 321.02º | 0.85% | 0.41% | - |
| HSV(B) | 321.02º | 0.92% | 0.76% | - |
| XYZ | 26.27 | 13.35 | 22.66 | - |
| YUV | 82.03 | 155.64 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 16 | 131 | 0 | 0.92 | 0.32 | 0.24 | 321.02 | 0.85 | 0.41 |
| Hex | C1 | 10 | 83 | 0 | 5C | 20 | 18 | 141 | 55 | 29 |
| Octal | 301 | 20 | 203 | 0 | 134 | 40 | 30 | 501 | 125 | 51 |
| Binary | 11000001 | 10000 | 10000011 | 0 | 1011100 | 100000 | 11000 | 101000001 | 1010101 | 101001 |
Color Harmonies of #C11083
Complementary color
Monochromatic Colors of #C11083
Black with #C11083
Text Example
Text Example
White with #C11083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11083; }
p { color: rgb(193,16,131); }
H1.HeaderClassName
{
color: #C11083;
}
.AnyTagClassName
{
color: #C11083;
}
</style>
background-color css
<style>
a { background-color: #C11083; }
a { background-color: rgb(193,16,131); }
div.DivClassName
{
background-color: #C11083;
}
.BgClassName
{
background-color: #C11083;
}
</style>
border-color css
<style>
span { border-color: #C11083; }
span { border-color: rgb(193,16,131); }
td.TdClassName
{
border-color: #C11083;
}
.TagClassName
{
border-color: #C11083;
}
</style>