Shades of Medium Violet Red #C0177C
Tints of Medium Violet Red #C0177C
RGB
CMYK
RGB Variations
Color information
#C0177C (or 0xC0177C) is known color: Medium Violet Red. HEX triplet: C0, 17 and 7C. RGB value is (192,23,124). Sum of RGB (Red+Green+Blue) = 192+23+124=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 23 (9.38% from 255 or 6.78% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C0177C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0177C is #3FE883. Grayscale: #545454. Windows color (decimal): -4188292 or 8132544. OLE color: 8132544.
HSL color Cylindrical-coordinate representation of color #C0177C: hue angle of 324.14º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0177C is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 124 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.25 |
| HSL | 324.14º | 0.79% | 0.42% | - |
| HSV(B) | 324.14º | 0.88% | 0.75% | - |
| XYZ | 25.68 | 13.27 | 20.28 | - |
| YUV | 85.05 | 149.99 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 124 | 0 | 0.88 | 0.35 | 0.25 | 324.14 | 0.79 | 0.42 |
| Hex | C0 | 17 | 7C | 0 | 58 | 23 | 19 | 144 | 4F | 2A |
| Octal | 300 | 27 | 174 | 0 | 130 | 43 | 31 | 504 | 117 | 52 |
| Binary | 11000000 | 10111 | 1111100 | 0 | 1011000 | 100011 | 11001 | 101000100 | 1001111 | 101010 |
Color Harmonies of #C0177C
Complementary color
Monochromatic Colors of #C0177C
Black with #C0177C
Text Example
Text Example
White with #C0177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0177C; }
p { color: rgb(192,23,124); }
H1.HeaderClassName
{
color: #C0177C;
}
.AnyTagClassName
{
color: #C0177C;
}
</style>
background-color css
<style>
a { background-color: #C0177C; }
a { background-color: rgb(192,23,124); }
div.DivClassName
{
background-color: #C0177C;
}
.BgClassName
{
background-color: #C0177C;
}
</style>
border-color css
<style>
span { border-color: #C0177C; }
span { border-color: rgb(192,23,124); }
td.TdClassName
{
border-color: #C0177C;
}
.TagClassName
{
border-color: #C0177C;
}
</style>