Shades of Medium Violet Red #C2109E
Tints of Medium Violet Red #C2109E
RGB
CMYK
RGB Variations
Color information
#C2109E (or 0xC2109E) is known color: Medium Violet Red. HEX triplet: C2, 10 and 9E. RGB value is (194,16,158). Sum of RGB (Red+Green+Blue) = 194+16+158=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 16 (6.64% from 255 or 4.35% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C2109E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2109E is #3DEF61. Grayscale: #555555. Windows color (decimal): -4058978 or 10358978. OLE color: 10358978.
HSL color Cylindrical-coordinate representation of color #C2109E: hue angle of 312.13º 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 #C2109E is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 158 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.24 |
| HSL | 312.13º | 0.85% | 0.41% | - |
| HSV(B) | 312.13º | 0.92% | 0.76% | - |
| XYZ | 28.6 | 14.31 | 33.6 | - |
| YUV | 85.41 | 168.97 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 158 | 0 | 0.92 | 0.19 | 0.24 | 312.13 | 0.85 | 0.41 |
| Hex | C2 | 10 | 9E | 0 | 5C | 13 | 18 | 138 | 55 | 29 |
| Octal | 302 | 20 | 236 | 0 | 134 | 23 | 30 | 470 | 125 | 51 |
| Binary | 11000010 | 10000 | 10011110 | 0 | 1011100 | 10011 | 11000 | 100111000 | 1010101 | 101001 |
Color Harmonies of #C2109E
Complementary color
Monochromatic Colors of #C2109E
Black with #C2109E
Text Example
Text Example
White with #C2109E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2109E; }
p { color: rgb(194,16,158); }
H1.HeaderClassName
{
color: #C2109E;
}
.AnyTagClassName
{
color: #C2109E;
}
</style>
background-color css
<style>
a { background-color: #C2109E; }
a { background-color: rgb(194,16,158); }
div.DivClassName
{
background-color: #C2109E;
}
.BgClassName
{
background-color: #C2109E;
}
</style>
border-color css
<style>
span { border-color: #C2109E; }
span { border-color: rgb(194,16,158); }
td.TdClassName
{
border-color: #C2109E;
}
.TagClassName
{
border-color: #C2109E;
}
</style>