Shades of Medium Violet Red #C2176A
Tints of Medium Violet Red #C2176A
RGB
CMYK
RGB Variations
Color information
#C2176A (or 0xC2176A) is known color: Medium Violet Red. HEX triplet: C2, 17 and 6A. RGB value is (194,23,106). Sum of RGB (Red+Green+Blue) = 194+23+106=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C2176A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2176A is #3DE895. Grayscale: #535353. Windows color (decimal): -4057238 or 6952898. OLE color: 6952898.
HSL color Cylindrical-coordinate representation of color #C2176A: hue angle of 330.88º 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 #C2176A is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 23 | 106 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.24 |
| HSL | 330.88º | 0.79% | 0.43% | - |
| HSV(B) | 330.88º | 0.88% | 0.76% | - |
| XYZ | 25.16 | 13.12 | 14.84 | - |
| YUV | 83.59 | 140.65 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 23 | 106 | 0 | 0.88 | 0.45 | 0.24 | 330.88 | 0.79 | 0.43 |
| Hex | C2 | 17 | 6A | 0 | 58 | 2D | 18 | 14B | 4F | 2B |
| Octal | 302 | 27 | 152 | 0 | 130 | 55 | 30 | 513 | 117 | 53 |
| Binary | 11000010 | 10111 | 1101010 | 0 | 1011000 | 101101 | 11000 | 101001011 | 1001111 | 101011 |
Color Harmonies of #C2176A
Complementary color
Monochromatic Colors of #C2176A
Black with #C2176A
Text Example
Text Example
White with #C2176A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2176A; }
p { color: rgb(194,23,106); }
H1.HeaderClassName
{
color: #C2176A;
}
.AnyTagClassName
{
color: #C2176A;
}
</style>
background-color css
<style>
a { background-color: #C2176A; }
a { background-color: rgb(194,23,106); }
div.DivClassName
{
background-color: #C2176A;
}
.BgClassName
{
background-color: #C2176A;
}
</style>
border-color css
<style>
span { border-color: #C2176A; }
span { border-color: rgb(194,23,106); }
td.TdClassName
{
border-color: #C2176A;
}
.TagClassName
{
border-color: #C2176A;
}
</style>