Shades of Medium Violet Red #C80989
Tints of Medium Violet Red #C80989
RGB
CMYK
RGB Variations
Color information
#C80989 (or 0xC80989) is known color: Medium Violet Red. HEX triplet: C8, 09 and 89. RGB value is (200,9,137). Sum of RGB (Red+Green+Blue) = 200+9+137=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C80989 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80989 is #37F676. Grayscale: #505050. Windows color (decimal): -3667575 or 8980936. OLE color: 8980936.
HSL color Cylindrical-coordinate representation of color #C80989: hue angle of 319.79º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80989 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 137 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.22 |
| HSL | 319.79º | 0.91% | 0.41% | - |
| HSV(B) | 319.79º | 0.96% | 0.78% | - |
| XYZ | 28.43 | 14.28 | 24.92 | - |
| YUV | 80.7 | 159.78 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 137 | 0 | 0.96 | 0.32 | 0.22 | 319.79 | 0.91 | 0.41 |
| Hex | C8 | 9 | 89 | 0 | 60 | 20 | 16 | 140 | 5B | 29 |
| Octal | 310 | 11 | 211 | 0 | 140 | 40 | 26 | 500 | 133 | 51 |
| Binary | 11001000 | 1001 | 10001001 | 0 | 1100000 | 100000 | 10110 | 101000000 | 1011011 | 101001 |
Color Harmonies of #C80989
Complementary color
Monochromatic Colors of #C80989
Black with #C80989
Text Example
Text Example
White with #C80989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80989; }
p { color: rgb(200,9,137); }
H1.HeaderClassName
{
color: #C80989;
}
.AnyTagClassName
{
color: #C80989;
}
</style>
background-color css
<style>
a { background-color: #C80989; }
a { background-color: rgb(200,9,137); }
div.DivClassName
{
background-color: #C80989;
}
.BgClassName
{
background-color: #C80989;
}
</style>
border-color css
<style>
span { border-color: #C80989; }
span { border-color: rgb(200,9,137); }
td.TdClassName
{
border-color: #C80989;
}
.TagClassName
{
border-color: #C80989;
}
</style>