Shades of Medium Violet Red #C0178B
Tints of Medium Violet Red #C0178B
RGB
CMYK
RGB Variations
Color information
#C0178B (or 0xC0178B) is known color: Medium Violet Red. HEX triplet: C0, 17 and 8B. RGB value is (192,23,139). Sum of RGB (Red+Green+Blue) = 192+23+139=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 23 (9.38% from 255 or 6.50% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C0178B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0178B is #3FE874. Grayscale: #565656. Windows color (decimal): -4188277 or 9115584. OLE color: 9115584.
HSL color Cylindrical-coordinate representation of color #C0178B: hue angle of 318.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 #C0178B is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 139 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.25 |
| HSL | 318.82º | 0.79% | 0.42% | - |
| HSV(B) | 318.82º | 0.88% | 0.75% | - |
| XYZ | 26.7 | 13.68 | 25.66 | - |
| YUV | 86.76 | 157.49 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 139 | 0 | 0.88 | 0.28 | 0.25 | 318.82 | 0.79 | 0.42 |
| Hex | C0 | 17 | 8B | 0 | 58 | 1C | 19 | 13F | 4F | 2A |
| Octal | 300 | 27 | 213 | 0 | 130 | 34 | 31 | 477 | 117 | 52 |
| Binary | 11000000 | 10111 | 10001011 | 0 | 1011000 | 11100 | 11001 | 100111111 | 1001111 | 101010 |
Color Harmonies of #C0178B
Complementary color
Monochromatic Colors of #C0178B
Black with #C0178B
Text Example
Text Example
White with #C0178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0178B; }
p { color: rgb(192,23,139); }
H1.HeaderClassName
{
color: #C0178B;
}
.AnyTagClassName
{
color: #C0178B;
}
</style>
background-color css
<style>
a { background-color: #C0178B; }
a { background-color: rgb(192,23,139); }
div.DivClassName
{
background-color: #C0178B;
}
.BgClassName
{
background-color: #C0178B;
}
</style>
border-color css
<style>
span { border-color: #C0178B; }
span { border-color: rgb(192,23,139); }
td.TdClassName
{
border-color: #C0178B;
}
.TagClassName
{
border-color: #C0178B;
}
</style>