Shades of Medium Violet Red #C80584
Tints of Medium Violet Red #C80584
RGB
CMYK
RGB Variations
Color information
#C80584 (or 0xC80584) is known color: Medium Violet Red. HEX triplet: C8, 05 and 84. RGB value is (200,5,132). Sum of RGB (Red+Green+Blue) = 200+5+132=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 5 (2.34% from 255 or 1.48% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C80584 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80584 is #37FA7B. Grayscale: #4D4D4D. Windows color (decimal): -3668604 or 8652232. OLE color: 8652232.
HSL color Cylindrical-coordinate representation of color #C80584: hue angle of 320.92º 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 #C80584 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 132 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.22 |
| HSL | 320.92º | 0.95% | 0.4% | - |
| HSV(B) | 320.92º | 0.98% | 0.78% | - |
| XYZ | 28.04 | 14.05 | 23.06 | - |
| YUV | 77.78 | 158.6 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 132 | 0 | 0.98 | 0.34 | 0.22 | 320.92 | 0.95 | 0.4 |
| Hex | C8 | 5 | 84 | 0 | 62 | 22 | 16 | 141 | 5F | 28 |
| Octal | 310 | 5 | 204 | 0 | 142 | 42 | 26 | 501 | 137 | 50 |
| Binary | 11001000 | 101 | 10000100 | 0 | 1100010 | 100010 | 10110 | 101000001 | 1011111 | 101000 |
Color Harmonies of #C80584
Complementary color
Monochromatic Colors of #C80584
Black with #C80584
Text Example
Text Example
White with #C80584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80584; }
p { color: rgb(200,5,132); }
H1.HeaderClassName
{
color: #C80584;
}
.AnyTagClassName
{
color: #C80584;
}
</style>
background-color css
<style>
a { background-color: #C80584; }
a { background-color: rgb(200,5,132); }
div.DivClassName
{
background-color: #C80584;
}
.BgClassName
{
background-color: #C80584;
}
</style>
border-color css
<style>
span { border-color: #C80584; }
span { border-color: rgb(200,5,132); }
td.TdClassName
{
border-color: #C80584;
}
.TagClassName
{
border-color: #C80584;
}
</style>