Shades of Medium Violet Red #C00987
Tints of Medium Violet Red #C00987
RGB
CMYK
RGB Variations
Color information
#C00987 (or 0xC00987) is known color: Medium Violet Red. HEX triplet: C0, 09 and 87. RGB value is (192,9,135). Sum of RGB (Red+Green+Blue) = 192+9+135=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 9 (3.91% from 255 or 2.68% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C00987 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00987 is #3FF678. Grayscale: #4D4D4D. Windows color (decimal): -4191865 or 8849856. OLE color: 8849856.
HSL color Cylindrical-coordinate representation of color #C00987: hue angle of 318.69º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00987 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 9 | 135 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.25 |
| HSL | 318.69º | 0.91% | 0.39% | - |
| HSV(B) | 318.69º | 0.95% | 0.75% | - |
| XYZ | 26.21 | 13.15 | 24.08 | - |
| YUV | 78.08 | 160.13 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 135 | 0 | 0.95 | 0.30 | 0.25 | 318.69 | 0.91 | 0.39 |
| Hex | C0 | 9 | 87 | 0 | 5F | 1E | 19 | 13F | 5B | 27 |
| Octal | 300 | 11 | 207 | 0 | 137 | 36 | 31 | 477 | 133 | 47 |
| Binary | 11000000 | 1001 | 10000111 | 0 | 1011111 | 11110 | 11001 | 100111111 | 1011011 | 100111 |
Color Harmonies of #C00987
Complementary color
Monochromatic Colors of #C00987
Black with #C00987
Text Example
Text Example
White with #C00987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00987; }
p { color: rgb(192,9,135); }
H1.HeaderClassName
{
color: #C00987;
}
.AnyTagClassName
{
color: #C00987;
}
</style>
background-color css
<style>
a { background-color: #C00987; }
a { background-color: rgb(192,9,135); }
div.DivClassName
{
background-color: #C00987;
}
.BgClassName
{
background-color: #C00987;
}
</style>
border-color css
<style>
span { border-color: #C00987; }
span { border-color: rgb(192,9,135); }
td.TdClassName
{
border-color: #C00987;
}
.TagClassName
{
border-color: #C00987;
}
</style>