Shades of Medium Violet Red #C2106D
Tints of Medium Violet Red #C2106D
RGB
CMYK
RGB Variations
Color information
#C2106D (or 0xC2106D) is known color: Medium Violet Red. HEX triplet: C2, 10 and 6D. RGB value is (194,16,109). Sum of RGB (Red+Green+Blue) = 194+16+109=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C2106D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2106D is #3DEF92. Grayscale: #4F4F4F. Windows color (decimal): -4059027 or 7147714. OLE color: 7147714.
HSL color Cylindrical-coordinate representation of color #C2106D: hue angle of 328.65º 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 #C2106D is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 109 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.24 |
| HSL | 328.65º | 0.85% | 0.41% | - |
| HSV(B) | 328.65º | 0.92% | 0.76% | - |
| XYZ | 25.19 | 12.94 | 15.64 | - |
| YUV | 79.82 | 144.47 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 109 | 0 | 0.92 | 0.44 | 0.24 | 328.65 | 0.85 | 0.41 |
| Hex | C2 | 10 | 6D | 0 | 5C | 2C | 18 | 149 | 55 | 29 |
| Octal | 302 | 20 | 155 | 0 | 134 | 54 | 30 | 511 | 125 | 51 |
| Binary | 11000010 | 10000 | 1101101 | 0 | 1011100 | 101100 | 11000 | 101001001 | 1010101 | 101001 |
Color Harmonies of #C2106D
Complementary color
Monochromatic Colors of #C2106D
Black with #C2106D
Text Example
Text Example
White with #C2106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2106D; }
p { color: rgb(194,16,109); }
H1.HeaderClassName
{
color: #C2106D;
}
.AnyTagClassName
{
color: #C2106D;
}
</style>
background-color css
<style>
a { background-color: #C2106D; }
a { background-color: rgb(194,16,109); }
div.DivClassName
{
background-color: #C2106D;
}
.BgClassName
{
background-color: #C2106D;
}
</style>
border-color css
<style>
span { border-color: #C2106D; }
span { border-color: rgb(194,16,109); }
td.TdClassName
{
border-color: #C2106D;
}
.TagClassName
{
border-color: #C2106D;
}
</style>