Shades of Medium Violet Red #C2176D
Tints of Medium Violet Red #C2176D
RGB
CMYK
RGB Variations
Color information
#C2176D (or 0xC2176D) is known color: Medium Violet Red. HEX triplet: C2, 17 and 6D. RGB value is (194,23,109). Sum of RGB (Red+Green+Blue) = 194+23+109=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C2176D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2176D is #3DE892. Grayscale: #535353. Windows color (decimal): -4057235 or 7149506. OLE color: 7149506.
HSL color Cylindrical-coordinate representation of color #C2176D: hue angle of 329.82º 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 #C2176D is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 23 | 109 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.24 |
| HSL | 329.82º | 0.79% | 0.43% | - |
| HSV(B) | 329.82º | 0.88% | 0.76% | - |
| XYZ | 25.31 | 13.19 | 15.68 | - |
| YUV | 83.93 | 142.15 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 23 | 109 | 0 | 0.88 | 0.44 | 0.24 | 329.82 | 0.79 | 0.43 |
| Hex | C2 | 17 | 6D | 0 | 58 | 2C | 18 | 14A | 4F | 2B |
| Octal | 302 | 27 | 155 | 0 | 130 | 54 | 30 | 512 | 117 | 53 |
| Binary | 11000010 | 10111 | 1101101 | 0 | 1011000 | 101100 | 11000 | 101001010 | 1001111 | 101011 |
Color Harmonies of #C2176D
Complementary color
Monochromatic Colors of #C2176D
Black with #C2176D
Text Example
Text Example
White with #C2176D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2176D; }
p { color: rgb(194,23,109); }
H1.HeaderClassName
{
color: #C2176D;
}
.AnyTagClassName
{
color: #C2176D;
}
</style>
background-color css
<style>
a { background-color: #C2176D; }
a { background-color: rgb(194,23,109); }
div.DivClassName
{
background-color: #C2176D;
}
.BgClassName
{
background-color: #C2176D;
}
</style>
border-color css
<style>
span { border-color: #C2176D; }
span { border-color: rgb(194,23,109); }
td.TdClassName
{
border-color: #C2176D;
}
.TagClassName
{
border-color: #C2176D;
}
</style>