Shades of Medium Violet Red #C11082
Tints of Medium Violet Red #C11082
RGB
CMYK
RGB Variations
Color information
#C11082 (or 0xC11082) is known color: Medium Violet Red. HEX triplet: C1, 10 and 82. RGB value is (193,16,130). Sum of RGB (Red+Green+Blue) = 193+16+130=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 130 (51.17% from 255 or 38.35% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C11082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11082 is #3EEF7D. Grayscale: #515151. Windows color (decimal): -4124542 or 8523969. OLE color: 8523969.
HSL color Cylindrical-coordinate representation of color #C11082: hue angle of 321.36º 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 #C11082 is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 16 | 130 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.24 |
| HSL | 321.36º | 0.85% | 0.41% | - |
| HSV(B) | 321.36º | 0.92% | 0.76% | - |
| XYZ | 26.21 | 13.32 | 22.31 | - |
| YUV | 81.92 | 155.14 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 16 | 130 | 0 | 0.92 | 0.33 | 0.24 | 321.36 | 0.85 | 0.41 |
| Hex | C1 | 10 | 82 | 0 | 5C | 21 | 18 | 141 | 55 | 29 |
| Octal | 301 | 20 | 202 | 0 | 134 | 41 | 30 | 501 | 125 | 51 |
| Binary | 11000001 | 10000 | 10000010 | 0 | 1011100 | 100001 | 11000 | 101000001 | 1010101 | 101001 |
Color Harmonies of #C11082
Complementary color
Monochromatic Colors of #C11082
Black with #C11082
Text Example
Text Example
White with #C11082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11082; }
p { color: rgb(193,16,130); }
H1.HeaderClassName
{
color: #C11082;
}
.AnyTagClassName
{
color: #C11082;
}
</style>
background-color css
<style>
a { background-color: #C11082; }
a { background-color: rgb(193,16,130); }
div.DivClassName
{
background-color: #C11082;
}
.BgClassName
{
background-color: #C11082;
}
</style>
border-color css
<style>
span { border-color: #C11082; }
span { border-color: rgb(193,16,130); }
td.TdClassName
{
border-color: #C11082;
}
.TagClassName
{
border-color: #C11082;
}
</style>