Shades of Medium Violet Red #C0179A
Tints of Medium Violet Red #C0179A
RGB
CMYK
RGB Variations
Color information
#C0179A (or 0xC0179A) is known color: Medium Violet Red. HEX triplet: C0, 17 and 9A. RGB value is (192,23,154). Sum of RGB (Red+Green+Blue) = 192+23+154=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 23 (9.38% from 255 or 6.23% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C0179A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0179A is #3FE865. Grayscale: #585858. Windows color (decimal): -4188262 or 10098624. OLE color: 10098624.
HSL color Cylindrical-coordinate representation of color #C0179A: hue angle of 313.49º 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 #C0179A is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 154 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.25 |
| HSL | 313.49º | 0.79% | 0.42% | - |
| HSV(B) | 313.49º | 0.88% | 0.75% | - |
| XYZ | 27.88 | 14.15 | 31.83 | - |
| YUV | 88.47 | 164.99 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 154 | 0 | 0.88 | 0.20 | 0.25 | 313.49 | 0.79 | 0.42 |
| Hex | C0 | 17 | 9A | 0 | 58 | 14 | 19 | 139 | 4F | 2A |
| Octal | 300 | 27 | 232 | 0 | 130 | 24 | 31 | 471 | 117 | 52 |
| Binary | 11000000 | 10111 | 10011010 | 0 | 1011000 | 10100 | 11001 | 100111001 | 1001111 | 101010 |
Color Harmonies of #C0179A
Complementary color
Monochromatic Colors of #C0179A
Black with #C0179A
Text Example
Text Example
White with #C0179A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0179A; }
p { color: rgb(192,23,154); }
H1.HeaderClassName
{
color: #C0179A;
}
.AnyTagClassName
{
color: #C0179A;
}
</style>
background-color css
<style>
a { background-color: #C0179A; }
a { background-color: rgb(192,23,154); }
div.DivClassName
{
background-color: #C0179A;
}
.BgClassName
{
background-color: #C0179A;
}
</style>
border-color css
<style>
span { border-color: #C0179A; }
span { border-color: rgb(192,23,154); }
td.TdClassName
{
border-color: #C0179A;
}
.TagClassName
{
border-color: #C0179A;
}
</style>