Shades of Medium Violet Red #C0078C
Tints of Medium Violet Red #C0078C
RGB
CMYK
RGB Variations
Color information
#C0078C (or 0xC0078C) is known color: Medium Violet Red. HEX triplet: C0, 07 and 8C. RGB value is (192,7,140). Sum of RGB (Red+Green+Blue) = 192+7+140=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 7 (3.12% from 255 or 2.06% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C0078C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0078C is #3FF873. Grayscale: #4D4D4D. Windows color (decimal): -4192372 or 9177024. OLE color: 9177024.
HSL color Cylindrical-coordinate representation of color #C0078C: hue angle of 316.86º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C0078C is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 7 | 140 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.25 |
| HSL | 316.86º | 0.93% | 0.39% | - |
| HSV(B) | 316.86º | 0.96% | 0.75% | - |
| XYZ | 26.55 | 13.25 | 25.97 | - |
| YUV | 77.48 | 163.29 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 7 | 140 | 0 | 0.96 | 0.27 | 0.25 | 316.86 | 0.93 | 0.39 |
| Hex | C0 | 7 | 8C | 0 | 60 | 1B | 19 | 13D | 5D | 27 |
| Octal | 300 | 7 | 214 | 0 | 140 | 33 | 31 | 475 | 135 | 47 |
| Binary | 11000000 | 111 | 10001100 | 0 | 1100000 | 11011 | 11001 | 100111101 | 1011101 | 100111 |
Color Harmonies of #C0078C
Complementary color
Monochromatic Colors of #C0078C
Black with #C0078C
Text Example
Text Example
White with #C0078C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0078C; }
p { color: rgb(192,7,140); }
H1.HeaderClassName
{
color: #C0078C;
}
.AnyTagClassName
{
color: #C0078C;
}
</style>
background-color css
<style>
a { background-color: #C0078C; }
a { background-color: rgb(192,7,140); }
div.DivClassName
{
background-color: #C0078C;
}
.BgClassName
{
background-color: #C0078C;
}
</style>
border-color css
<style>
span { border-color: #C0078C; }
span { border-color: rgb(192,7,140); }
td.TdClassName
{
border-color: #C0078C;
}
.TagClassName
{
border-color: #C0078C;
}
</style>