Shades of Medium Violet Red #C2178E
Tints of Medium Violet Red #C2178E
RGB
CMYK
RGB Variations
Color information
#C2178E (or 0xC2178E) is known color: Medium Violet Red. HEX triplet: C2, 17 and 8E. RGB value is (194,23,142). Sum of RGB (Red+Green+Blue) = 194+23+142=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C2178E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2178E is #3DE871. Grayscale: #575757. Windows color (decimal): -4057202 or 9312194. OLE color: 9312194.
HSL color Cylindrical-coordinate representation of color #C2178E: hue angle of 318.25º 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 #C2178E is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 23 | 142 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.24 |
| HSL | 318.25º | 0.79% | 0.43% | - |
| HSV(B) | 318.25º | 0.88% | 0.76% | - |
| XYZ | 27.44 | 14.04 | 26.85 | - |
| YUV | 87.7 | 158.65 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 23 | 142 | 0 | 0.88 | 0.27 | 0.24 | 318.25 | 0.79 | 0.43 |
| Hex | C2 | 17 | 8E | 0 | 58 | 1B | 18 | 13E | 4F | 2B |
| Octal | 302 | 27 | 216 | 0 | 130 | 33 | 30 | 476 | 117 | 53 |
| Binary | 11000010 | 10111 | 10001110 | 0 | 1011000 | 11011 | 11000 | 100111110 | 1001111 | 101011 |
Color Harmonies of #C2178E
Complementary color
Monochromatic Colors of #C2178E
Black with #C2178E
Text Example
Text Example
White with #C2178E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2178E; }
p { color: rgb(194,23,142); }
H1.HeaderClassName
{
color: #C2178E;
}
.AnyTagClassName
{
color: #C2178E;
}
</style>
background-color css
<style>
a { background-color: #C2178E; }
a { background-color: rgb(194,23,142); }
div.DivClassName
{
background-color: #C2178E;
}
.BgClassName
{
background-color: #C2178E;
}
</style>
border-color css
<style>
span { border-color: #C2178E; }
span { border-color: rgb(194,23,142); }
td.TdClassName
{
border-color: #C2178E;
}
.TagClassName
{
border-color: #C2178E;
}
</style>