Shades of Medium Violet Red #C80889
Tints of Medium Violet Red #C80889
RGB
CMYK
RGB Variations
Color information
#C80889 (or 0xC80889) is known color: Medium Violet Red. HEX triplet: C8, 08 and 89. RGB value is (200,8,137). Sum of RGB (Red+Green+Blue) = 200+8+137=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C80889 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80889 is #37F776. Grayscale: #4F4F4F. Windows color (decimal): -3667831 or 8980680. OLE color: 8980680.
HSL color Cylindrical-coordinate representation of color #C80889: hue angle of 319.69º 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 #C80889 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 8 | 137 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.22 |
| HSL | 319.69º | 0.92% | 0.41% | - |
| HSV(B) | 319.69º | 0.96% | 0.78% | - |
| XYZ | 28.42 | 14.26 | 24.92 | - |
| YUV | 80.11 | 160.11 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 137 | 0 | 0.96 | 0.32 | 0.22 | 319.69 | 0.92 | 0.41 |
| Hex | C8 | 8 | 89 | 0 | 60 | 20 | 16 | 140 | 5C | 29 |
| Octal | 310 | 10 | 211 | 0 | 140 | 40 | 26 | 500 | 134 | 51 |
| Binary | 11001000 | 1000 | 10001001 | 0 | 1100000 | 100000 | 10110 | 101000000 | 1011100 | 101001 |
Color Harmonies of #C80889
Complementary color
Monochromatic Colors of #C80889
Black with #C80889
Text Example
Text Example
White with #C80889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80889; }
p { color: rgb(200,8,137); }
H1.HeaderClassName
{
color: #C80889;
}
.AnyTagClassName
{
color: #C80889;
}
</style>
background-color css
<style>
a { background-color: #C80889; }
a { background-color: rgb(200,8,137); }
div.DivClassName
{
background-color: #C80889;
}
.BgClassName
{
background-color: #C80889;
}
</style>
border-color css
<style>
span { border-color: #C80889; }
span { border-color: rgb(200,8,137); }
td.TdClassName
{
border-color: #C80889;
}
.TagClassName
{
border-color: #C80889;
}
</style>