Shades of Medium Violet Red #C0178A
Tints of Medium Violet Red #C0178A
RGB
CMYK
RGB Variations
Color information
#C0178A (or 0xC0178A) is known color: Medium Violet Red. HEX triplet: C0, 17 and 8A. RGB value is (192,23,138). Sum of RGB (Red+Green+Blue) = 192+23+138=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 23 (9.38% from 255 or 6.52% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C0178A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0178A is #3FE875. Grayscale: #565656. Windows color (decimal): -4188278 or 9050048. OLE color: 9050048.
HSL color Cylindrical-coordinate representation of color #C0178A: hue angle of 319.17º 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 #C0178A is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 138 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.25 |
| HSL | 319.17º | 0.79% | 0.42% | - |
| HSV(B) | 319.17º | 0.88% | 0.75% | - |
| XYZ | 26.63 | 13.65 | 25.28 | - |
| YUV | 86.64 | 156.99 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 138 | 0 | 0.88 | 0.28 | 0.25 | 319.17 | 0.79 | 0.42 |
| Hex | C0 | 17 | 8A | 0 | 58 | 1C | 19 | 13F | 4F | 2A |
| Octal | 300 | 27 | 212 | 0 | 130 | 34 | 31 | 477 | 117 | 52 |
| Binary | 11000000 | 10111 | 10001010 | 0 | 1011000 | 11100 | 11001 | 100111111 | 1001111 | 101010 |
Color Harmonies of #C0178A
Complementary color
Monochromatic Colors of #C0178A
Black with #C0178A
Text Example
Text Example
White with #C0178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0178A; }
p { color: rgb(192,23,138); }
H1.HeaderClassName
{
color: #C0178A;
}
.AnyTagClassName
{
color: #C0178A;
}
</style>
background-color css
<style>
a { background-color: #C0178A; }
a { background-color: rgb(192,23,138); }
div.DivClassName
{
background-color: #C0178A;
}
.BgClassName
{
background-color: #C0178A;
}
</style>
border-color css
<style>
span { border-color: #C0178A; }
span { border-color: rgb(192,23,138); }
td.TdClassName
{
border-color: #C0178A;
}
.TagClassName
{
border-color: #C0178A;
}
</style>