Shades of Medium Violet Red #C0177D
Tints of Medium Violet Red #C0177D
RGB
CMYK
RGB Variations
Color information
#C0177D (or 0xC0177D) is known color: Medium Violet Red. HEX triplet: C0, 17 and 7D. RGB value is (192,23,125). Sum of RGB (Red+Green+Blue) = 192+23+125=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 23 (9.38% from 255 or 6.76% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C0177D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0177D is #3FE882. Grayscale: #545454. Windows color (decimal): -4188291 or 8198080. OLE color: 8198080.
HSL color Cylindrical-coordinate representation of color #C0177D: hue angle of 323.79º 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 #C0177D is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 125 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.25 |
| HSL | 323.79º | 0.79% | 0.42% | - |
| HSV(B) | 323.79º | 0.88% | 0.75% | - |
| XYZ | 25.75 | 13.3 | 20.61 | - |
| YUV | 85.16 | 150.49 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 125 | 0 | 0.88 | 0.35 | 0.25 | 323.79 | 0.79 | 0.42 |
| Hex | C0 | 17 | 7D | 0 | 58 | 23 | 19 | 144 | 4F | 2A |
| Octal | 300 | 27 | 175 | 0 | 130 | 43 | 31 | 504 | 117 | 52 |
| Binary | 11000000 | 10111 | 1111101 | 0 | 1011000 | 100011 | 11001 | 101000100 | 1001111 | 101010 |
Color Harmonies of #C0177D
Complementary color
Monochromatic Colors of #C0177D
Black with #C0177D
Text Example
Text Example
White with #C0177D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0177D; }
p { color: rgb(192,23,125); }
H1.HeaderClassName
{
color: #C0177D;
}
.AnyTagClassName
{
color: #C0177D;
}
</style>
background-color css
<style>
a { background-color: #C0177D; }
a { background-color: rgb(192,23,125); }
div.DivClassName
{
background-color: #C0177D;
}
.BgClassName
{
background-color: #C0177D;
}
</style>
border-color css
<style>
span { border-color: #C0177D; }
span { border-color: rgb(192,23,125); }
td.TdClassName
{
border-color: #C0177D;
}
.TagClassName
{
border-color: #C0177D;
}
</style>