Shades of Medium Violet Red #C80887
Tints of Medium Violet Red #C80887
RGB
CMYK
RGB Variations
Color information
#C80887 (or 0xC80887) is known color: Medium Violet Red. HEX triplet: C8, 08 and 87. RGB value is (200,8,135). Sum of RGB (Red+Green+Blue) = 200+8+135=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 8 (3.52% from 255 or 2.33% from 343); Blue value is 135 (53.12% from 255 or 39.36% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C80887 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80887 is #37F778. Grayscale: #4F4F4F. Windows color (decimal): -3667833 or 8849608. OLE color: 8849608.
HSL color Cylindrical-coordinate representation of color #C80887: hue angle of 320.31º 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 #C80887 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 8 | 135 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.22 |
| HSL | 320.31º | 0.92% | 0.41% | - |
| HSV(B) | 320.31º | 0.96% | 0.78% | - |
| XYZ | 28.28 | 14.2 | 24.17 | - |
| YUV | 79.89 | 159.11 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 135 | 0 | 0.96 | 0.32 | 0.22 | 320.31 | 0.92 | 0.41 |
| Hex | C8 | 8 | 87 | 0 | 60 | 20 | 16 | 140 | 5C | 29 |
| Octal | 310 | 10 | 207 | 0 | 140 | 40 | 26 | 500 | 134 | 51 |
| Binary | 11001000 | 1000 | 10000111 | 0 | 1100000 | 100000 | 10110 | 101000000 | 1011100 | 101001 |
Color Harmonies of #C80887
Complementary color
Monochromatic Colors of #C80887
Black with #C80887
Text Example
Text Example
White with #C80887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80887; }
p { color: rgb(200,8,135); }
H1.HeaderClassName
{
color: #C80887;
}
.AnyTagClassName
{
color: #C80887;
}
</style>
background-color css
<style>
a { background-color: #C80887; }
a { background-color: rgb(200,8,135); }
div.DivClassName
{
background-color: #C80887;
}
.BgClassName
{
background-color: #C80887;
}
</style>
border-color css
<style>
span { border-color: #C80887; }
span { border-color: rgb(200,8,135); }
td.TdClassName
{
border-color: #C80887;
}
.TagClassName
{
border-color: #C80887;
}
</style>