Shades of Medium Violet Red #C2116C
Tints of Medium Violet Red #C2116C
RGB
CMYK
RGB Variations
Color information
#C2116C (or 0xC2116C) is known color: Medium Violet Red. HEX triplet: C2, 11 and 6C. RGB value is (194,17,108). Sum of RGB (Red+Green+Blue) = 194+17+108=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C2116C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2116C is #3DEE93. Grayscale: #505050. Windows color (decimal): -4058772 or 7082434. OLE color: 7082434.
HSL color Cylindrical-coordinate representation of color #C2116C: hue angle of 329.15º 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 #C2116C is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 108 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.24 |
| HSL | 329.15º | 0.84% | 0.41% | - |
| HSV(B) | 329.15º | 0.91% | 0.76% | - |
| XYZ | 25.16 | 12.95 | 15.36 | - |
| YUV | 80.3 | 143.64 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 108 | 0 | 0.91 | 0.44 | 0.24 | 329.15 | 0.84 | 0.41 |
| Hex | C2 | 11 | 6C | 0 | 5B | 2C | 18 | 149 | 54 | 29 |
| Octal | 302 | 21 | 154 | 0 | 133 | 54 | 30 | 511 | 124 | 51 |
| Binary | 11000010 | 10001 | 1101100 | 0 | 1011011 | 101100 | 11000 | 101001001 | 1010100 | 101001 |
Color Harmonies of #C2116C
Complementary color
Monochromatic Colors of #C2116C
Black with #C2116C
Text Example
Text Example
White with #C2116C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2116C; }
p { color: rgb(194,17,108); }
H1.HeaderClassName
{
color: #C2116C;
}
.AnyTagClassName
{
color: #C2116C;
}
</style>
background-color css
<style>
a { background-color: #C2116C; }
a { background-color: rgb(194,17,108); }
div.DivClassName
{
background-color: #C2116C;
}
.BgClassName
{
background-color: #C2116C;
}
</style>
border-color css
<style>
span { border-color: #C2116C; }
span { border-color: rgb(194,17,108); }
td.TdClassName
{
border-color: #C2116C;
}
.TagClassName
{
border-color: #C2116C;
}
</style>