Shades of Medium Violet Red #C0179C
Tints of Medium Violet Red #C0179C
RGB
CMYK
RGB Variations
Color information
#C0179C (or 0xC0179C) is known color: Medium Violet Red. HEX triplet: C0, 17 and 9C. RGB value is (192,23,156). Sum of RGB (Red+Green+Blue) = 192+23+156=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 23 (9.38% from 255 or 6.20% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0179C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0179C is #3FE863. Grayscale: #585858. Windows color (decimal): -4188260 or 10229696. OLE color: 10229696.
HSL color Cylindrical-coordinate representation of color #C0179C: hue angle of 312.78º 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 #C0179C is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 156 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.25 |
| HSL | 312.78º | 0.79% | 0.42% | - |
| HSV(B) | 312.78º | 0.88% | 0.75% | - |
| XYZ | 28.05 | 14.22 | 32.72 | - |
| YUV | 88.69 | 165.99 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 156 | 0 | 0.88 | 0.19 | 0.25 | 312.78 | 0.79 | 0.42 |
| Hex | C0 | 17 | 9C | 0 | 58 | 13 | 19 | 139 | 4F | 2A |
| Octal | 300 | 27 | 234 | 0 | 130 | 23 | 31 | 471 | 117 | 52 |
| Binary | 11000000 | 10111 | 10011100 | 0 | 1011000 | 10011 | 11001 | 100111001 | 1001111 | 101010 |
Color Harmonies of #C0179C
Complementary color
Monochromatic Colors of #C0179C
Black with #C0179C
Text Example
Text Example
White with #C0179C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0179C; }
p { color: rgb(192,23,156); }
H1.HeaderClassName
{
color: #C0179C;
}
.AnyTagClassName
{
color: #C0179C;
}
</style>
background-color css
<style>
a { background-color: #C0179C; }
a { background-color: rgb(192,23,156); }
div.DivClassName
{
background-color: #C0179C;
}
.BgClassName
{
background-color: #C0179C;
}
</style>
border-color css
<style>
span { border-color: #C0179C; }
span { border-color: rgb(192,23,156); }
td.TdClassName
{
border-color: #C0179C;
}
.TagClassName
{
border-color: #C0179C;
}
</style>