Shades of Medium Violet Red #C2116D
Tints of Medium Violet Red #C2116D
RGB
CMYK
RGB Variations
Color information
#C2116D (or 0xC2116D) is known color: Medium Violet Red. HEX triplet: C2, 11 and 6D. RGB value is (194,17,109). Sum of RGB (Red+Green+Blue) = 194+17+109=320 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.62% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 194 - color contains mainly: red. Hex color #C2116D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2116D is #3DEE92. Grayscale: #505050. Windows color (decimal): -4058771 or 7147970. OLE color: 7147970.
HSL color Cylindrical-coordinate representation of color #C2116D: hue angle of 328.81º degrees, saturation: 0.84, 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 #C2116D is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 109 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.24 |
| HSL | 328.81º | 0.84% | 0.41% | - |
| HSV(B) | 328.81º | 0.91% | 0.76% | - |
| XYZ | 25.21 | 12.97 | 15.64 | - |
| YUV | 80.41 | 144.14 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 109 | 0 | 0.91 | 0.44 | 0.24 | 328.81 | 0.84 | 0.41 |
| Hex | C2 | 11 | 6D | 0 | 5B | 2C | 18 | 149 | 54 | 29 |
| Octal | 302 | 21 | 155 | 0 | 133 | 54 | 30 | 511 | 124 | 51 |
| Binary | 11000010 | 10001 | 1101101 | 0 | 1011011 | 101100 | 11000 | 101001001 | 1010100 | 101001 |
Color Harmonies of #C2116D
Complementary color
Monochromatic Colors of #C2116D
Black with #C2116D
Text Example
Text Example
White with #C2116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2116D; }
p { color: rgb(194,17,109); }
H1.HeaderClassName
{
color: #C2116D;
}
.AnyTagClassName
{
color: #C2116D;
}
</style>
background-color css
<style>
a { background-color: #C2116D; }
a { background-color: rgb(194,17,109); }
div.DivClassName
{
background-color: #C2116D;
}
.BgClassName
{
background-color: #C2116D;
}
</style>
border-color css
<style>
span { border-color: #C2116D; }
span { border-color: rgb(194,17,109); }
td.TdClassName
{
border-color: #C2116D;
}
.TagClassName
{
border-color: #C2116D;
}
</style>