Shades of Medium Violet Red #C0177E
Tints of Medium Violet Red #C0177E
RGB
CMYK
RGB Variations
Color information
#C0177E (or 0xC0177E) is known color: Medium Violet Red. HEX triplet: C0, 17 and 7E. RGB value is (192,23,126). Sum of RGB (Red+Green+Blue) = 192+23+126=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C0177E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0177E is #3FE881. Grayscale: #555555. Windows color (decimal): -4188290 or 8263616. OLE color: 8263616.
HSL color Cylindrical-coordinate representation of color #C0177E: hue angle of 323.43º 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 #C0177E is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 126 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.25 |
| HSL | 323.43º | 0.79% | 0.42% | - |
| HSV(B) | 323.43º | 0.88% | 0.75% | - |
| XYZ | 25.81 | 13.33 | 20.95 | - |
| YUV | 85.27 | 150.99 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 126 | 0 | 0.88 | 0.34 | 0.25 | 323.43 | 0.79 | 0.42 |
| Hex | C0 | 17 | 7E | 0 | 58 | 22 | 19 | 143 | 4F | 2A |
| Octal | 300 | 27 | 176 | 0 | 130 | 42 | 31 | 503 | 117 | 52 |
| Binary | 11000000 | 10111 | 1111110 | 0 | 1011000 | 100010 | 11001 | 101000011 | 1001111 | 101010 |
Color Harmonies of #C0177E
Complementary color
Monochromatic Colors of #C0177E
Black with #C0177E
Text Example
Text Example
White with #C0177E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0177E; }
p { color: rgb(192,23,126); }
H1.HeaderClassName
{
color: #C0177E;
}
.AnyTagClassName
{
color: #C0177E;
}
</style>
background-color css
<style>
a { background-color: #C0177E; }
a { background-color: rgb(192,23,126); }
div.DivClassName
{
background-color: #C0177E;
}
.BgClassName
{
background-color: #C0177E;
}
</style>
border-color css
<style>
span { border-color: #C0177E; }
span { border-color: rgb(192,23,126); }
td.TdClassName
{
border-color: #C0177E;
}
.TagClassName
{
border-color: #C0177E;
}
</style>