Shades of Medium Violet Red #C0176F
Tints of Medium Violet Red #C0176F
RGB
CMYK
RGB Variations
Color information
#C0176F (or 0xC0176F) is known color: Medium Violet Red. HEX triplet: C0, 17 and 6F. RGB value is (192,23,111). Sum of RGB (Red+Green+Blue) = 192+23+111=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C0176F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0176F is #3FE890. Grayscale: #535353. Windows color (decimal): -4188305 or 7280576. OLE color: 7280576.
HSL color Cylindrical-coordinate representation of color #C0176F: hue angle of 328.76º 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 #C0176F is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 111 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.25 |
| HSL | 328.76º | 0.79% | 0.42% | - |
| HSV(B) | 328.76º | 0.88% | 0.75% | - |
| XYZ | 24.91 | 12.97 | 16.23 | - |
| YUV | 83.56 | 143.49 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 111 | 0 | 0.88 | 0.42 | 0.25 | 328.76 | 0.79 | 0.42 |
| Hex | C0 | 17 | 6F | 0 | 58 | 2A | 19 | 149 | 4F | 2A |
| Octal | 300 | 27 | 157 | 0 | 130 | 52 | 31 | 511 | 117 | 52 |
| Binary | 11000000 | 10111 | 1101111 | 0 | 1011000 | 101010 | 11001 | 101001001 | 1001111 | 101010 |
Color Harmonies of #C0176F
Complementary color
Monochromatic Colors of #C0176F
Black with #C0176F
Text Example
Text Example
White with #C0176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0176F; }
p { color: rgb(192,23,111); }
H1.HeaderClassName
{
color: #C0176F;
}
.AnyTagClassName
{
color: #C0176F;
}
</style>
background-color css
<style>
a { background-color: #C0176F; }
a { background-color: rgb(192,23,111); }
div.DivClassName
{
background-color: #C0176F;
}
.BgClassName
{
background-color: #C0176F;
}
</style>
border-color css
<style>
span { border-color: #C0176F; }
span { border-color: rgb(192,23,111); }
td.TdClassName
{
border-color: #C0176F;
}
.TagClassName
{
border-color: #C0176F;
}
</style>