Shades of Medium Violet Red #C80488
Tints of Medium Violet Red #C80488
RGB
CMYK
RGB Variations
Color information
#C80488 (or 0xC80488) is known color: Medium Violet Red. HEX triplet: C8, 04 and 88. RGB value is (200,4,136). Sum of RGB (Red+Green+Blue) = 200+4+136=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 4 (1.95% from 255 or 1.18% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C80488 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80488 is #37FB77. Grayscale: #4D4D4D. Windows color (decimal): -3668856 or 8914120. OLE color: 8914120.
HSL color Cylindrical-coordinate representation of color #C80488: hue angle of 319.59º degrees, saturation: 0.96, 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 #C80488 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 4 | 136 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.22 |
| HSL | 319.59º | 0.96% | 0.4% | - |
| HSV(B) | 319.59º | 0.98% | 0.78% | - |
| XYZ | 28.31 | 14.14 | 24.53 | - |
| YUV | 77.65 | 160.93 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 4 | 136 | 0 | 0.98 | 0.32 | 0.22 | 319.59 | 0.96 | 0.4 |
| Hex | C8 | 4 | 88 | 0 | 62 | 20 | 16 | 140 | 60 | 28 |
| Octal | 310 | 4 | 210 | 0 | 142 | 40 | 26 | 500 | 140 | 50 |
| Binary | 11001000 | 100 | 10001000 | 0 | 1100010 | 100000 | 10110 | 101000000 | 1100000 | 101000 |
Color Harmonies of #C80488
Complementary color
Monochromatic Colors of #C80488
Black with #C80488
Text Example
Text Example
White with #C80488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80488; }
p { color: rgb(200,4,136); }
H1.HeaderClassName
{
color: #C80488;
}
.AnyTagClassName
{
color: #C80488;
}
</style>
background-color css
<style>
a { background-color: #C80488; }
a { background-color: rgb(200,4,136); }
div.DivClassName
{
background-color: #C80488;
}
.BgClassName
{
background-color: #C80488;
}
</style>
border-color css
<style>
span { border-color: #C80488; }
span { border-color: rgb(200,4,136); }
td.TdClassName
{
border-color: #C80488;
}
.TagClassName
{
border-color: #C80488;
}
</style>