Shades of Medium Violet Red #C80085
Tints of Medium Violet Red #C80085
RGB
CMYK
RGB Variations
Color information
#C80085 (or 0xC80085) is known color: Medium Violet Red. HEX triplet: C8, 00 and 85. RGB value is (200,0,133). Sum of RGB (Red+Green+Blue) = 200+0+133=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C80085 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80085 is #37FF7A. Grayscale: #4A4A4A. Windows color (decimal): -3669883 or 8716488. OLE color: 8716488.
HSL color Cylindrical-coordinate representation of color #C80085: hue angle of 320.1º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80085 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 0 | 133 | - |
| CMYK | 0 | 1 | 0.34 | 0.22 |
| HSL | 320.1º | 1% | 0.39% | - |
| HSV(B) | 320.1º | 1% | 0.78% | - |
| XYZ | 28.05 | 13.97 | 23.41 | - |
| YUV | 74.96 | 160.76 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 0 | 133 | 0 | 1 | 0.34 | 0.22 | 320.1 | 1 | 0.39 |
| Hex | C8 | 0 | 85 | 0 | 64 | 22 | 16 | 140 | 64 | 27 |
| Octal | 310 | 0 | 205 | 0 | 144 | 42 | 26 | 500 | 144 | 47 |
| Binary | 11001000 | 0 | 10000101 | 0 | 1100100 | 100010 | 10110 | 101000000 | 1100100 | 100111 |
Color Harmonies of #C80085
Complementary color
Monochromatic Colors of #C80085
Black with #C80085
Text Example
Text Example
White with #C80085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80085; }
p { color: rgb(200,0,133); }
H1.HeaderClassName
{
color: #C80085;
}
.AnyTagClassName
{
color: #C80085;
}
</style>
background-color css
<style>
a { background-color: #C80085; }
a { background-color: rgb(200,0,133); }
div.DivClassName
{
background-color: #C80085;
}
.BgClassName
{
background-color: #C80085;
}
</style>
border-color css
<style>
span { border-color: #C80085; }
span { border-color: rgb(200,0,133); }
td.TdClassName
{
border-color: #C80085;
}
.TagClassName
{
border-color: #C80085;
}
</style>