Shades of Medium Violet Red #C2076D
Tints of Medium Violet Red #C2076D
RGB
CMYK
RGB Variations
Color information
#C2076D (or 0xC2076D) is known color: Medium Violet Red. HEX triplet: C2, 07 and 6D. RGB value is (194,7,109). Sum of RGB (Red+Green+Blue) = 194+7+109=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C2076D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2076D is #3DF892. Grayscale: #4A4A4A. Windows color (decimal): -4061331 or 7145410. OLE color: 7145410.
HSL color Cylindrical-coordinate representation of color #C2076D: hue angle of 327.27º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C2076D is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 7 | 109 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.24 |
| HSL | 327.27º | 0.93% | 0.39% | - |
| HSV(B) | 327.27º | 0.96% | 0.76% | - |
| XYZ | 25.08 | 12.73 | 15.6 | - |
| YUV | 74.54 | 147.45 | 213.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 7 | 109 | 0 | 0.96 | 0.44 | 0.24 | 327.27 | 0.93 | 0.39 |
| Hex | C2 | 7 | 6D | 0 | 60 | 2C | 18 | 147 | 5D | 27 |
| Octal | 302 | 7 | 155 | 0 | 140 | 54 | 30 | 507 | 135 | 47 |
| Binary | 11000010 | 111 | 1101101 | 0 | 1100000 | 101100 | 11000 | 101000111 | 1011101 | 100111 |
Color Harmonies of #C2076D
Complementary color
Monochromatic Colors of #C2076D
Black with #C2076D
Text Example
Text Example
White with #C2076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2076D; }
p { color: rgb(194,7,109); }
H1.HeaderClassName
{
color: #C2076D;
}
.AnyTagClassName
{
color: #C2076D;
}
</style>
background-color css
<style>
a { background-color: #C2076D; }
a { background-color: rgb(194,7,109); }
div.DivClassName
{
background-color: #C2076D;
}
.BgClassName
{
background-color: #C2076D;
}
</style>
border-color css
<style>
span { border-color: #C2076D; }
span { border-color: rgb(194,7,109); }
td.TdClassName
{
border-color: #C2076D;
}
.TagClassName
{
border-color: #C2076D;
}
</style>