Shades of Medium Violet Red #C0078A
Tints of Medium Violet Red #C0078A
RGB
CMYK
RGB Variations
Color information
#C0078A (or 0xC0078A) is known color: Medium Violet Red. HEX triplet: C0, 07 and 8A. RGB value is (192,7,138). Sum of RGB (Red+Green+Blue) = 192+7+138=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 7 (3.12% from 255 or 2.08% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C0078A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0078A is #3FF875. Grayscale: #4C4C4C. Windows color (decimal): -4192374 or 9045952. OLE color: 9045952.
HSL color Cylindrical-coordinate representation of color #C0078A: hue angle of 317.51º 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 #C0078A is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 7 | 138 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.25 |
| HSL | 317.51º | 0.93% | 0.39% | - |
| HSV(B) | 317.51º | 0.96% | 0.75% | - |
| XYZ | 26.4 | 13.19 | 25.2 | - |
| YUV | 77.25 | 162.29 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 7 | 138 | 0 | 0.96 | 0.28 | 0.25 | 317.51 | 0.93 | 0.39 |
| Hex | C0 | 7 | 8A | 0 | 60 | 1C | 19 | 13E | 5D | 27 |
| Octal | 300 | 7 | 212 | 0 | 140 | 34 | 31 | 476 | 135 | 47 |
| Binary | 11000000 | 111 | 10001010 | 0 | 1100000 | 11100 | 11001 | 100111110 | 1011101 | 100111 |
Color Harmonies of #C0078A
Complementary color
Monochromatic Colors of #C0078A
Black with #C0078A
Text Example
Text Example
White with #C0078A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0078A; }
p { color: rgb(192,7,138); }
H1.HeaderClassName
{
color: #C0078A;
}
.AnyTagClassName
{
color: #C0078A;
}
</style>
background-color css
<style>
a { background-color: #C0078A; }
a { background-color: rgb(192,7,138); }
div.DivClassName
{
background-color: #C0078A;
}
.BgClassName
{
background-color: #C0078A;
}
</style>
border-color css
<style>
span { border-color: #C0078A; }
span { border-color: rgb(192,7,138); }
td.TdClassName
{
border-color: #C0078A;
}
.TagClassName
{
border-color: #C0078A;
}
</style>