Shades of Medium Violet Red #C80788
Tints of Medium Violet Red #C80788
RGB
CMYK
RGB Variations
Color information
#C80788 (or 0xC80788) is known color: Medium Violet Red. HEX triplet: C8, 07 and 88. RGB value is (200,7,136). Sum of RGB (Red+Green+Blue) = 200+7+136=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 7 (3.12% from 255 or 2.04% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C80788 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80788 is #37F877. Grayscale: #4F4F4F. Windows color (decimal): -3668088 or 8914888. OLE color: 8914888.
HSL color Cylindrical-coordinate representation of color #C80788: hue angle of 319.9º 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 #C80788 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 7 | 136 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.22 |
| HSL | 319.9º | 0.93% | 0.41% | - |
| HSV(B) | 319.9º | 0.97% | 0.78% | - |
| XYZ | 28.34 | 14.21 | 24.54 | - |
| YUV | 79.41 | 159.94 | 214.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 7 | 136 | 0 | 0.96 | 0.32 | 0.22 | 319.9 | 0.93 | 0.41 |
| Hex | C8 | 7 | 88 | 0 | 60 | 20 | 16 | 140 | 5D | 29 |
| Octal | 310 | 7 | 210 | 0 | 140 | 40 | 26 | 500 | 135 | 51 |
| Binary | 11001000 | 111 | 10001000 | 0 | 1100000 | 100000 | 10110 | 101000000 | 1011101 | 101001 |
Color Harmonies of #C80788
Complementary color
Monochromatic Colors of #C80788
Black with #C80788
Text Example
Text Example
White with #C80788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80788; }
p { color: rgb(200,7,136); }
H1.HeaderClassName
{
color: #C80788;
}
.AnyTagClassName
{
color: #C80788;
}
</style>
background-color css
<style>
a { background-color: #C80788; }
a { background-color: rgb(200,7,136); }
div.DivClassName
{
background-color: #C80788;
}
.BgClassName
{
background-color: #C80788;
}
</style>
border-color css
<style>
span { border-color: #C80788; }
span { border-color: rgb(200,7,136); }
td.TdClassName
{
border-color: #C80788;
}
.TagClassName
{
border-color: #C80788;
}
</style>