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