Shades of Medium Violet Red #C8078B
Tints of Medium Violet Red #C8078B
RGB
CMYK
RGB Variations
Color information
#C8078B (or 0xC8078B) is known color: Medium Violet Red. HEX triplet: C8, 07 and 8B. RGB value is (200,7,139). Sum of RGB (Red+Green+Blue) = 200+7+139=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 7 (3.12% from 255 or 2.02% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C8078B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8078B is #37F874. Grayscale: #4F4F4F. Windows color (decimal): -3668085 or 9111496. OLE color: 9111496.
HSL color Cylindrical-coordinate representation of color #C8078B: hue angle of 318.96º 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 #C8078B is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 7 | 139 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.22 |
| HSL | 318.96º | 0.93% | 0.41% | - |
| HSV(B) | 318.96º | 0.97% | 0.78% | - |
| XYZ | 28.56 | 14.3 | 25.68 | - |
| YUV | 79.76 | 161.44 | 213.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 7 | 139 | 0 | 0.96 | 0.30 | 0.22 | 318.96 | 0.93 | 0.41 |
| Hex | C8 | 7 | 8B | 0 | 60 | 1E | 16 | 13F | 5D | 29 |
| Octal | 310 | 7 | 213 | 0 | 140 | 36 | 26 | 477 | 135 | 51 |
| Binary | 11001000 | 111 | 10001011 | 0 | 1100000 | 11110 | 10110 | 100111111 | 1011101 | 101001 |
Color Harmonies of #C8078B
Complementary color
Monochromatic Colors of #C8078B
Black with #C8078B
Text Example
Text Example
White with #C8078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8078B; }
p { color: rgb(200,7,139); }
H1.HeaderClassName
{
color: #C8078B;
}
.AnyTagClassName
{
color: #C8078B;
}
</style>
background-color css
<style>
a { background-color: #C8078B; }
a { background-color: rgb(200,7,139); }
div.DivClassName
{
background-color: #C8078B;
}
.BgClassName
{
background-color: #C8078B;
}
</style>
border-color css
<style>
span { border-color: #C8078B; }
span { border-color: rgb(200,7,139); }
td.TdClassName
{
border-color: #C8078B;
}
.TagClassName
{
border-color: #C8078B;
}
</style>