Shades of Medium Violet Red #C0177F
Tints of Medium Violet Red #C0177F
RGB
CMYK
RGB Variations
Color information
#C0177F (or 0xC0177F) is known color: Medium Violet Red. HEX triplet: C0, 17 and 7F. RGB value is (192,23,127). Sum of RGB (Red+Green+Blue) = 192+23+127=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 23 (9.38% from 255 or 6.73% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C0177F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0177F is #3FE880. Grayscale: #555555. Windows color (decimal): -4188289 or 8329152. OLE color: 8329152.
HSL color Cylindrical-coordinate representation of color #C0177F: hue angle of 323.08º 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 #C0177F is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 127 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.25 |
| HSL | 323.08º | 0.79% | 0.42% | - |
| HSV(B) | 323.08º | 0.88% | 0.75% | - |
| XYZ | 25.88 | 13.35 | 21.29 | - |
| YUV | 85.39 | 151.49 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 127 | 0 | 0.88 | 0.34 | 0.25 | 323.08 | 0.79 | 0.42 |
| Hex | C0 | 17 | 7F | 0 | 58 | 22 | 19 | 143 | 4F | 2A |
| Octal | 300 | 27 | 177 | 0 | 130 | 42 | 31 | 503 | 117 | 52 |
| Binary | 11000000 | 10111 | 1111111 | 0 | 1011000 | 100010 | 11001 | 101000011 | 1001111 | 101010 |
Color Harmonies of #C0177F
Complementary color
Monochromatic Colors of #C0177F
Black with #C0177F
Text Example
Text Example
White with #C0177F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0177F; }
p { color: rgb(192,23,127); }
H1.HeaderClassName
{
color: #C0177F;
}
.AnyTagClassName
{
color: #C0177F;
}
</style>
background-color css
<style>
a { background-color: #C0177F; }
a { background-color: rgb(192,23,127); }
div.DivClassName
{
background-color: #C0177F;
}
.BgClassName
{
background-color: #C0177F;
}
</style>
border-color css
<style>
span { border-color: #C0177F; }
span { border-color: rgb(192,23,127); }
td.TdClassName
{
border-color: #C0177F;
}
.TagClassName
{
border-color: #C0177F;
}
</style>