Shades of Medium Violet Red #C80688
Tints of Medium Violet Red #C80688
RGB
CMYK
RGB Variations
Color information
#C80688 (or 0xC80688) is known color: Medium Violet Red. HEX triplet: C8, 06 and 88. RGB value is (200,6,136). Sum of RGB (Red+Green+Blue) = 200+6+136=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 6 (2.73% from 255 or 1.75% from 342); Blue value is 136 (53.52% from 255 or 39.77% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C80688 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80688 is #37F977. Grayscale: #4E4E4E. Windows color (decimal): -3668344 or 8914632. OLE color: 8914632.
HSL color Cylindrical-coordinate representation of color #C80688: hue angle of 319.79º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C80688 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 6 | 136 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.22 |
| HSL | 319.79º | 0.94% | 0.4% | - |
| HSV(B) | 319.79º | 0.97% | 0.78% | - |
| XYZ | 28.33 | 14.19 | 24.54 | - |
| YUV | 78.83 | 160.27 | 214.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 136 | 0 | 0.97 | 0.32 | 0.22 | 319.79 | 0.94 | 0.4 |
| Hex | C8 | 6 | 88 | 0 | 61 | 20 | 16 | 140 | 5E | 28 |
| Octal | 310 | 6 | 210 | 0 | 141 | 40 | 26 | 500 | 136 | 50 |
| Binary | 11001000 | 110 | 10001000 | 0 | 1100001 | 100000 | 10110 | 101000000 | 1011110 | 101000 |
Color Harmonies of #C80688
Complementary color
Monochromatic Colors of #C80688
Black with #C80688
Text Example
Text Example
White with #C80688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80688; }
p { color: rgb(200,6,136); }
H1.HeaderClassName
{
color: #C80688;
}
.AnyTagClassName
{
color: #C80688;
}
</style>
background-color css
<style>
a { background-color: #C80688; }
a { background-color: rgb(200,6,136); }
div.DivClassName
{
background-color: #C80688;
}
.BgClassName
{
background-color: #C80688;
}
</style>
border-color css
<style>
span { border-color: #C80688; }
span { border-color: rgb(200,6,136); }
td.TdClassName
{
border-color: #C80688;
}
.TagClassName
{
border-color: #C80688;
}
</style>