Shades of Medium Violet Red #C80885
Tints of Medium Violet Red #C80885
RGB
CMYK
RGB Variations
Color information
#C80885 (or 0xC80885) is known color: Medium Violet Red. HEX triplet: C8, 08 and 85. RGB value is (200,8,133). Sum of RGB (Red+Green+Blue) = 200+8+133=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 8 (3.52% from 255 or 2.35% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C80885 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80885 is #37F77A. Grayscale: #4F4F4F. Windows color (decimal): -3667835 or 8718536. OLE color: 8718536.
HSL color Cylindrical-coordinate representation of color #C80885: hue angle of 320.94º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C80885 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 8 | 133 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.22 |
| HSL | 320.94º | 0.92% | 0.41% | - |
| HSV(B) | 320.94º | 0.96% | 0.78% | - |
| XYZ | 28.14 | 14.15 | 23.44 | - |
| YUV | 79.66 | 158.11 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 133 | 0 | 0.96 | 0.34 | 0.22 | 320.94 | 0.92 | 0.41 |
| Hex | C8 | 8 | 85 | 0 | 60 | 22 | 16 | 141 | 5C | 29 |
| Octal | 310 | 10 | 205 | 0 | 140 | 42 | 26 | 501 | 134 | 51 |
| Binary | 11001000 | 1000 | 10000101 | 0 | 1100000 | 100010 | 10110 | 101000001 | 1011100 | 101001 |
Color Harmonies of #C80885
Complementary color
Monochromatic Colors of #C80885
Black with #C80885
Text Example
Text Example
White with #C80885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80885; }
p { color: rgb(200,8,133); }
H1.HeaderClassName
{
color: #C80885;
}
.AnyTagClassName
{
color: #C80885;
}
</style>
background-color css
<style>
a { background-color: #C80885; }
a { background-color: rgb(200,8,133); }
div.DivClassName
{
background-color: #C80885;
}
.BgClassName
{
background-color: #C80885;
}
</style>
border-color css
<style>
span { border-color: #C80885; }
span { border-color: rgb(200,8,133); }
td.TdClassName
{
border-color: #C80885;
}
.TagClassName
{
border-color: #C80885;
}
</style>