Shades of Medium Violet Red #C80588
Tints of Medium Violet Red #C80588
RGB
CMYK
RGB Variations
Color information
#C80588 (or 0xC80588) is known color: Medium Violet Red. HEX triplet: C8, 05 and 88. RGB value is (200,5,136). Sum of RGB (Red+Green+Blue) = 200+5+136=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 5 (2.34% from 255 or 1.47% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C80588 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80588 is #37FA77. Grayscale: #4D4D4D. Windows color (decimal): -3668600 or 8914376. OLE color: 8914376.
HSL color Cylindrical-coordinate representation of color #C80588: hue angle of 319.69º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C80588 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 136 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.22 |
| HSL | 319.69º | 0.95% | 0.4% | - |
| HSV(B) | 319.69º | 0.98% | 0.78% | - |
| XYZ | 28.32 | 14.17 | 24.53 | - |
| YUV | 78.24 | 160.6 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 136 | 0 | 0.98 | 0.32 | 0.22 | 319.69 | 0.95 | 0.4 |
| Hex | C8 | 5 | 88 | 0 | 62 | 20 | 16 | 140 | 5F | 28 |
| Octal | 310 | 5 | 210 | 0 | 142 | 40 | 26 | 500 | 137 | 50 |
| Binary | 11001000 | 101 | 10001000 | 0 | 1100010 | 100000 | 10110 | 101000000 | 1011111 | 101000 |
Color Harmonies of #C80588
Complementary color
Monochromatic Colors of #C80588
Black with #C80588
Text Example
Text Example
White with #C80588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80588; }
p { color: rgb(200,5,136); }
H1.HeaderClassName
{
color: #C80588;
}
.AnyTagClassName
{
color: #C80588;
}
</style>
background-color css
<style>
a { background-color: #C80588; }
a { background-color: rgb(200,5,136); }
div.DivClassName
{
background-color: #C80588;
}
.BgClassName
{
background-color: #C80588;
}
</style>
border-color css
<style>
span { border-color: #C80588; }
span { border-color: rgb(200,5,136); }
td.TdClassName
{
border-color: #C80588;
}
.TagClassName
{
border-color: #C80588;
}
</style>