Shades of Medium Violet Red #C2196E
Tints of Medium Violet Red #C2196E
RGB
CMYK
RGB Variations
Color information
#C2196E (or 0xC2196E) is known color: Medium Violet Red. HEX triplet: C2, 19 and 6E. RGB value is (194,25,110). Sum of RGB (Red+Green+Blue) = 194+25+110=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C2196E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2196E is #3DE691. Grayscale: #555555. Windows color (decimal): -4056722 or 7215554. OLE color: 7215554.
HSL color Cylindrical-coordinate representation of color #C2196E: hue angle of 329.82º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2196E is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 25 | 110 | - |
| CMYK | 0 | 0.87 | 0.43 | 0.24 |
| HSL | 329.82º | 0.77% | 0.43% | - |
| HSV(B) | 329.82º | 0.87% | 0.76% | - |
| XYZ | 25.41 | 13.29 | 15.98 | - |
| YUV | 85.22 | 141.99 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 25 | 110 | 0 | 0.87 | 0.43 | 0.24 | 329.82 | 0.77 | 0.43 |
| Hex | C2 | 19 | 6E | 0 | 57 | 2B | 18 | 14A | 4D | 2B |
| Octal | 302 | 31 | 156 | 0 | 127 | 53 | 30 | 512 | 115 | 53 |
| Binary | 11000010 | 11001 | 1101110 | 0 | 1010111 | 101011 | 11000 | 101001010 | 1001101 | 101011 |
Color Harmonies of #C2196E
Complementary color
Monochromatic Colors of #C2196E
Black with #C2196E
Text Example
Text Example
White with #C2196E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2196E; }
p { color: rgb(194,25,110); }
H1.HeaderClassName
{
color: #C2196E;
}
.AnyTagClassName
{
color: #C2196E;
}
</style>
background-color css
<style>
a { background-color: #C2196E; }
a { background-color: rgb(194,25,110); }
div.DivClassName
{
background-color: #C2196E;
}
.BgClassName
{
background-color: #C2196E;
}
</style>
border-color css
<style>
span { border-color: #C2196E; }
span { border-color: rgb(194,25,110); }
td.TdClassName
{
border-color: #C2196E;
}
.TagClassName
{
border-color: #C2196E;
}
</style>