Shades of Medium Violet Red #C0176C
Tints of Medium Violet Red #C0176C
RGB
CMYK
RGB Variations
Color information
#C0176C (or 0xC0176C) is known color: Medium Violet Red. HEX triplet: C0, 17 and 6C. RGB value is (192,23,108). Sum of RGB (Red+Green+Blue) = 192+23+108=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C0176C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0176C is #3FE893. Grayscale: #535353. Windows color (decimal): -4188308 or 7083968. OLE color: 7083968.
HSL color Cylindrical-coordinate representation of color #C0176C: hue angle of 329.82º 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 #C0176C is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 108 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.25 |
| HSL | 329.82º | 0.79% | 0.42% | - |
| HSV(B) | 329.82º | 0.88% | 0.75% | - |
| XYZ | 24.75 | 12.9 | 15.37 | - |
| YUV | 83.22 | 141.99 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 108 | 0 | 0.88 | 0.44 | 0.25 | 329.82 | 0.79 | 0.42 |
| Hex | C0 | 17 | 6C | 0 | 58 | 2C | 19 | 14A | 4F | 2A |
| Octal | 300 | 27 | 154 | 0 | 130 | 54 | 31 | 512 | 117 | 52 |
| Binary | 11000000 | 10111 | 1101100 | 0 | 1011000 | 101100 | 11001 | 101001010 | 1001111 | 101010 |
Color Harmonies of #C0176C
Complementary color
Monochromatic Colors of #C0176C
Black with #C0176C
Text Example
Text Example
White with #C0176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0176C; }
p { color: rgb(192,23,108); }
H1.HeaderClassName
{
color: #C0176C;
}
.AnyTagClassName
{
color: #C0176C;
}
</style>
background-color css
<style>
a { background-color: #C0176C; }
a { background-color: rgb(192,23,108); }
div.DivClassName
{
background-color: #C0176C;
}
.BgClassName
{
background-color: #C0176C;
}
</style>
border-color css
<style>
span { border-color: #C0176C; }
span { border-color: rgb(192,23,108); }
td.TdClassName
{
border-color: #C0176C;
}
.TagClassName
{
border-color: #C0176C;
}
</style>