Shades of Medium Violet Red #C80990
Tints of Medium Violet Red #C80990
RGB
CMYK
RGB Variations
Color information
#C80990 (or 0xC80990) is known color: Medium Violet Red. HEX triplet: C8, 09 and 90. RGB value is (200,9,144). Sum of RGB (Red+Green+Blue) = 200+9+144=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C80990 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80990 is #37F66F. Grayscale: #515151. Windows color (decimal): -3667568 or 9439688. OLE color: 9439688.
HSL color Cylindrical-coordinate representation of color #C80990: hue angle of 317.59º 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 #C80990 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 144 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.22 |
| HSL | 317.59º | 0.91% | 0.41% | - |
| HSV(B) | 317.59º | 0.96% | 0.78% | - |
| XYZ | 28.95 | 14.49 | 27.66 | - |
| YUV | 81.5 | 163.28 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 144 | 0 | 0.96 | 0.28 | 0.22 | 317.59 | 0.91 | 0.41 |
| Hex | C8 | 9 | 90 | 0 | 60 | 1C | 16 | 13E | 5B | 29 |
| Octal | 310 | 11 | 220 | 0 | 140 | 34 | 26 | 476 | 133 | 51 |
| Binary | 11001000 | 1001 | 10010000 | 0 | 1100000 | 11100 | 10110 | 100111110 | 1011011 | 101001 |
Color Harmonies of #C80990
Complementary color
Monochromatic Colors of #C80990
Black with #C80990
Text Example
Text Example
White with #C80990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80990; }
p { color: rgb(200,9,144); }
H1.HeaderClassName
{
color: #C80990;
}
.AnyTagClassName
{
color: #C80990;
}
</style>
background-color css
<style>
a { background-color: #C80990; }
a { background-color: rgb(200,9,144); }
div.DivClassName
{
background-color: #C80990;
}
.BgClassName
{
background-color: #C80990;
}
</style>
border-color css
<style>
span { border-color: #C80990; }
span { border-color: rgb(200,9,144); }
td.TdClassName
{
border-color: #C80990;
}
.TagClassName
{
border-color: #C80990;
}
</style>