Shades of Medium Violet Red #C2156E
Tints of Medium Violet Red #C2156E
RGB
CMYK
RGB Variations
Color information
#C2156E (or 0xC2156E) is known color: Medium Violet Red. HEX triplet: C2, 15 and 6E. RGB value is (194,21,110). Sum of RGB (Red+Green+Blue) = 194+21+110=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C2156E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2156E is #3DEA91. Grayscale: #525252. Windows color (decimal): -4057746 or 7214530. OLE color: 7214530.
HSL color Cylindrical-coordinate representation of color #C2156E: hue angle of 329.13º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C2156E is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 21 | 110 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.24 |
| HSL | 329.13º | 0.8% | 0.42% | - |
| HSV(B) | 329.13º | 0.89% | 0.76% | - |
| XYZ | 25.33 | 13.13 | 15.95 | - |
| YUV | 82.87 | 143.31 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 110 | 0 | 0.89 | 0.43 | 0.24 | 329.13 | 0.8 | 0.42 |
| Hex | C2 | 15 | 6E | 0 | 59 | 2B | 18 | 149 | 50 | 2A |
| Octal | 302 | 25 | 156 | 0 | 131 | 53 | 30 | 511 | 120 | 52 |
| Binary | 11000010 | 10101 | 1101110 | 0 | 1011001 | 101011 | 11000 | 101001001 | 1010000 | 101010 |
Color Harmonies of #C2156E
Complementary color
Monochromatic Colors of #C2156E
Black with #C2156E
Text Example
Text Example
White with #C2156E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2156E; }
p { color: rgb(194,21,110); }
H1.HeaderClassName
{
color: #C2156E;
}
.AnyTagClassName
{
color: #C2156E;
}
</style>
background-color css
<style>
a { background-color: #C2156E; }
a { background-color: rgb(194,21,110); }
div.DivClassName
{
background-color: #C2156E;
}
.BgClassName
{
background-color: #C2156E;
}
</style>
border-color css
<style>
span { border-color: #C2156E; }
span { border-color: rgb(194,21,110); }
td.TdClassName
{
border-color: #C2156E;
}
.TagClassName
{
border-color: #C2156E;
}
</style>