Shades of Medium Violet Red #C2176E
Tints of Medium Violet Red #C2176E
RGB
CMYK
RGB Variations
Color information
#C2176E (or 0xC2176E) is known color: Medium Violet Red. HEX triplet: C2, 17 and 6E. RGB value is (194,23,110). Sum of RGB (Red+Green+Blue) = 194+23+110=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 23 (9.38% from 255 or 7.03% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C2176E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2176E is #3DE891. Grayscale: #535353. Windows color (decimal): -4057234 or 7215042. OLE color: 7215042.
HSL color Cylindrical-coordinate representation of color #C2176E: hue angle of 329.47º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2176E is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 23 | 110 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.24 |
| HSL | 329.47º | 0.79% | 0.43% | - |
| HSV(B) | 329.47º | 0.88% | 0.76% | - |
| XYZ | 25.37 | 13.21 | 15.96 | - |
| YUV | 84.05 | 142.65 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 23 | 110 | 0 | 0.88 | 0.43 | 0.24 | 329.47 | 0.79 | 0.43 |
| Hex | C2 | 17 | 6E | 0 | 58 | 2B | 18 | 149 | 4F | 2B |
| Octal | 302 | 27 | 156 | 0 | 130 | 53 | 30 | 511 | 117 | 53 |
| Binary | 11000010 | 10111 | 1101110 | 0 | 1011000 | 101011 | 11000 | 101001001 | 1001111 | 101011 |
Color Harmonies of #C2176E
Complementary color
Monochromatic Colors of #C2176E
Black with #C2176E
Text Example
Text Example
White with #C2176E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2176E; }
p { color: rgb(194,23,110); }
H1.HeaderClassName
{
color: #C2176E;
}
.AnyTagClassName
{
color: #C2176E;
}
</style>
background-color css
<style>
a { background-color: #C2176E; }
a { background-color: rgb(194,23,110); }
div.DivClassName
{
background-color: #C2176E;
}
.BgClassName
{
background-color: #C2176E;
}
</style>
border-color css
<style>
span { border-color: #C2176E; }
span { border-color: rgb(194,23,110); }
td.TdClassName
{
border-color: #C2176E;
}
.TagClassName
{
border-color: #C2176E;
}
</style>