Shades of Medium Violet Red #C2176F
Tints of Medium Violet Red #C2176F
RGB
CMYK
RGB Variations
Color information
#C2176F (or 0xC2176F) is known color: Medium Violet Red. HEX triplet: C2, 17 and 6F. RGB value is (194,23,111). Sum of RGB (Red+Green+Blue) = 194+23+111=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 23 (9.38% from 255 or 7.01% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C2176F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2176F is #3DE890. Grayscale: #535353. Windows color (decimal): -4057233 or 7280578. OLE color: 7280578.
HSL color Cylindrical-coordinate representation of color #C2176F: hue angle of 329.12º 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 #C2176F is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 23 | 111 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.24 |
| HSL | 329.12º | 0.79% | 0.43% | - |
| HSV(B) | 329.12º | 0.88% | 0.76% | - |
| XYZ | 25.42 | 13.23 | 16.25 | - |
| YUV | 84.16 | 143.15 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 23 | 111 | 0 | 0.88 | 0.43 | 0.24 | 329.12 | 0.79 | 0.43 |
| Hex | C2 | 17 | 6F | 0 | 58 | 2B | 18 | 149 | 4F | 2B |
| Octal | 302 | 27 | 157 | 0 | 130 | 53 | 30 | 511 | 117 | 53 |
| Binary | 11000010 | 10111 | 1101111 | 0 | 1011000 | 101011 | 11000 | 101001001 | 1001111 | 101011 |
Color Harmonies of #C2176F
Complementary color
Monochromatic Colors of #C2176F
Black with #C2176F
Text Example
Text Example
White with #C2176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2176F; }
p { color: rgb(194,23,111); }
H1.HeaderClassName
{
color: #C2176F;
}
.AnyTagClassName
{
color: #C2176F;
}
</style>
background-color css
<style>
a { background-color: #C2176F; }
a { background-color: rgb(194,23,111); }
div.DivClassName
{
background-color: #C2176F;
}
.BgClassName
{
background-color: #C2176F;
}
</style>
border-color css
<style>
span { border-color: #C2176F; }
span { border-color: rgb(194,23,111); }
td.TdClassName
{
border-color: #C2176F;
}
.TagClassName
{
border-color: #C2176F;
}
</style>