Shades of Medium Violet Red #C80998
Tints of Medium Violet Red #C80998
RGB
CMYK
RGB Variations
Color information
#C80998 (or 0xC80998) is known color: Medium Violet Red. HEX triplet: C8, 09 and 98. RGB value is (200,9,152). Sum of RGB (Red+Green+Blue) = 200+9+152=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 9 (3.91% from 255 or 2.49% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C80998 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80998 is #37F667. Grayscale: #525252. Windows color (decimal): -3667560 or 9963976. OLE color: 9963976.
HSL color Cylindrical-coordinate representation of color #C80998: hue angle of 315.08º 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 #C80998 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 152 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.22 |
| HSL | 315.08º | 0.91% | 0.41% | - |
| HSV(B) | 315.08º | 0.96% | 0.78% | - |
| XYZ | 29.58 | 14.74 | 30.99 | - |
| YUV | 82.41 | 167.28 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 152 | 0 | 0.96 | 0.24 | 0.22 | 315.08 | 0.91 | 0.41 |
| Hex | C8 | 9 | 98 | 0 | 60 | 18 | 16 | 13B | 5B | 29 |
| Octal | 310 | 11 | 230 | 0 | 140 | 30 | 26 | 473 | 133 | 51 |
| Binary | 11001000 | 1001 | 10011000 | 0 | 1100000 | 11000 | 10110 | 100111011 | 1011011 | 101001 |
Color Harmonies of #C80998
Complementary color
Monochromatic Colors of #C80998
Black with #C80998
Text Example
Text Example
White with #C80998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80998; }
p { color: rgb(200,9,152); }
H1.HeaderClassName
{
color: #C80998;
}
.AnyTagClassName
{
color: #C80998;
}
</style>
background-color css
<style>
a { background-color: #C80998; }
a { background-color: rgb(200,9,152); }
div.DivClassName
{
background-color: #C80998;
}
.BgClassName
{
background-color: #C80998;
}
</style>
border-color css
<style>
span { border-color: #C80998; }
span { border-color: rgb(200,9,152); }
td.TdClassName
{
border-color: #C80998;
}
.TagClassName
{
border-color: #C80998;
}
</style>