Shades of Medium Violet Red #C0179D
Tints of Medium Violet Red #C0179D
RGB
CMYK
RGB Variations
Color information
#C0179D (or 0xC0179D) is known color: Medium Violet Red. HEX triplet: C0, 17 and 9D. RGB value is (192,23,157). Sum of RGB (Red+Green+Blue) = 192+23+157=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 23 (9.38% from 255 or 6.18% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C0179D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0179D is #3FE862. Grayscale: #585858. Windows color (decimal): -4188259 or 10295232. OLE color: 10295232.
HSL color Cylindrical-coordinate representation of color #C0179D: hue angle of 312.43º 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 #C0179D is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 157 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.25 |
| HSL | 312.43º | 0.79% | 0.42% | - |
| HSV(B) | 312.43º | 0.88% | 0.75% | - |
| XYZ | 28.13 | 14.25 | 33.17 | - |
| YUV | 88.81 | 166.49 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 157 | 0 | 0.88 | 0.18 | 0.25 | 312.43 | 0.79 | 0.42 |
| Hex | C0 | 17 | 9D | 0 | 58 | 12 | 19 | 138 | 4F | 2A |
| Octal | 300 | 27 | 235 | 0 | 130 | 22 | 31 | 470 | 117 | 52 |
| Binary | 11000000 | 10111 | 10011101 | 0 | 1011000 | 10010 | 11001 | 100111000 | 1001111 | 101010 |
Color Harmonies of #C0179D
Complementary color
Monochromatic Colors of #C0179D
Black with #C0179D
Text Example
Text Example
White with #C0179D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0179D; }
p { color: rgb(192,23,157); }
H1.HeaderClassName
{
color: #C0179D;
}
.AnyTagClassName
{
color: #C0179D;
}
</style>
background-color css
<style>
a { background-color: #C0179D; }
a { background-color: rgb(192,23,157); }
div.DivClassName
{
background-color: #C0179D;
}
.BgClassName
{
background-color: #C0179D;
}
</style>
border-color css
<style>
span { border-color: #C0179D; }
span { border-color: rgb(192,23,157); }
td.TdClassName
{
border-color: #C0179D;
}
.TagClassName
{
border-color: #C0179D;
}
</style>