Shades of Medium Violet Red #C8078E
Tints of Medium Violet Red #C8078E
RGB
CMYK
RGB Variations
Color information
#C8078E (or 0xC8078E) is known color: Medium Violet Red. HEX triplet: C8, 07 and 8E. RGB value is (200,7,142). Sum of RGB (Red+Green+Blue) = 200+7+142=349 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.31% from 349); Green value is 7 (3.12% from 255 or 2.01% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 200 - color contains mainly: red. Hex color #C8078E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8078E is #37F871. Grayscale: #4F4F4F. Windows color (decimal): -3668082 or 9308104. OLE color: 9308104.
HSL color Cylindrical-coordinate representation of color #C8078E: hue angle of 318.03º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8078E is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 7 | 142 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.22 |
| HSL | 318.03º | 0.93% | 0.41% | - |
| HSV(B) | 318.03º | 0.97% | 0.78% | - |
| XYZ | 28.78 | 14.38 | 26.85 | - |
| YUV | 80.1 | 162.94 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 7 | 142 | 0 | 0.96 | 0.29 | 0.22 | 318.03 | 0.93 | 0.41 |
| Hex | C8 | 7 | 8E | 0 | 60 | 1D | 16 | 13E | 5D | 29 |
| Octal | 310 | 7 | 216 | 0 | 140 | 35 | 26 | 476 | 135 | 51 |
| Binary | 11001000 | 111 | 10001110 | 0 | 1100000 | 11101 | 10110 | 100111110 | 1011101 | 101001 |
Color Harmonies of #C8078E
Complementary color
Monochromatic Colors of #C8078E
Black with #C8078E
Text Example
Text Example
White with #C8078E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8078E; }
p { color: rgb(200,7,142); }
H1.HeaderClassName
{
color: #C8078E;
}
.AnyTagClassName
{
color: #C8078E;
}
</style>
background-color css
<style>
a { background-color: #C8078E; }
a { background-color: rgb(200,7,142); }
div.DivClassName
{
background-color: #C8078E;
}
.BgClassName
{
background-color: #C8078E;
}
</style>
border-color css
<style>
span { border-color: #C8078E; }
span { border-color: rgb(200,7,142); }
td.TdClassName
{
border-color: #C8078E;
}
.TagClassName
{
border-color: #C8078E;
}
</style>