Shades of Medium Violet Red #C80996
Tints of Medium Violet Red #C80996
RGB
CMYK
RGB Variations
Color information
#C80996 (or 0xC80996) is known color: Medium Violet Red. HEX triplet: C8, 09 and 96. RGB value is (200,9,150). Sum of RGB (Red+Green+Blue) = 200+9+150=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 9 (3.91% from 255 or 2.51% from 359); Blue value is 150 (58.98% from 255 or 41.78% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C80996 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80996 is #37F669. Grayscale: #515151. Windows color (decimal): -3667562 or 9832904. OLE color: 9832904.
HSL color Cylindrical-coordinate representation of color #C80996: hue angle of 315.71º 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 #C80996 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 150 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.22 |
| HSL | 315.71º | 0.91% | 0.41% | - |
| HSV(B) | 315.71º | 0.96% | 0.78% | - |
| XYZ | 29.42 | 14.68 | 30.14 | - |
| YUV | 82.18 | 166.28 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 150 | 0 | 0.96 | 0.25 | 0.22 | 315.71 | 0.91 | 0.41 |
| Hex | C8 | 9 | 96 | 0 | 60 | 19 | 16 | 13C | 5B | 29 |
| Octal | 310 | 11 | 226 | 0 | 140 | 31 | 26 | 474 | 133 | 51 |
| Binary | 11001000 | 1001 | 10010110 | 0 | 1100000 | 11001 | 10110 | 100111100 | 1011011 | 101001 |
Color Harmonies of #C80996
Complementary color
Monochromatic Colors of #C80996
Black with #C80996
Text Example
Text Example
White with #C80996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80996; }
p { color: rgb(200,9,150); }
H1.HeaderClassName
{
color: #C80996;
}
.AnyTagClassName
{
color: #C80996;
}
</style>
background-color css
<style>
a { background-color: #C80996; }
a { background-color: rgb(200,9,150); }
div.DivClassName
{
background-color: #C80996;
}
.BgClassName
{
background-color: #C80996;
}
</style>
border-color css
<style>
span { border-color: #C80996; }
span { border-color: rgb(200,9,150); }
td.TdClassName
{
border-color: #C80996;
}
.TagClassName
{
border-color: #C80996;
}
</style>