Shades of Medium Violet Red #C00787
Tints of Medium Violet Red #C00787
RGB
CMYK
RGB Variations
Color information
#C00787 (or 0xC00787) is known color: Medium Violet Red. HEX triplet: C0, 07 and 87. RGB value is (192,7,135). Sum of RGB (Red+Green+Blue) = 192+7+135=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 7 (3.12% from 255 or 2.10% from 334); Blue value is 135 (53.12% from 255 or 40.42% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C00787 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00787 is #3FF878. Grayscale: #4C4C4C. Windows color (decimal): -4192377 or 8849344. OLE color: 8849344.
HSL color Cylindrical-coordinate representation of color #C00787: hue angle of 318.49º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C00787 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 7 | 135 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.25 |
| HSL | 318.49º | 0.93% | 0.39% | - |
| HSV(B) | 318.49º | 0.96% | 0.75% | - |
| XYZ | 26.19 | 13.11 | 24.07 | - |
| YUV | 76.91 | 160.79 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 7 | 135 | 0 | 0.96 | 0.30 | 0.25 | 318.49 | 0.93 | 0.39 |
| Hex | C0 | 7 | 87 | 0 | 60 | 1E | 19 | 13E | 5D | 27 |
| Octal | 300 | 7 | 207 | 0 | 140 | 36 | 31 | 476 | 135 | 47 |
| Binary | 11000000 | 111 | 10000111 | 0 | 1100000 | 11110 | 11001 | 100111110 | 1011101 | 100111 |
Color Harmonies of #C00787
Complementary color
Monochromatic Colors of #C00787
Black with #C00787
Text Example
Text Example
White with #C00787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00787; }
p { color: rgb(192,7,135); }
H1.HeaderClassName
{
color: #C00787;
}
.AnyTagClassName
{
color: #C00787;
}
</style>
background-color css
<style>
a { background-color: #C00787; }
a { background-color: rgb(192,7,135); }
div.DivClassName
{
background-color: #C00787;
}
.BgClassName
{
background-color: #C00787;
}
</style>
border-color css
<style>
span { border-color: #C00787; }
span { border-color: rgb(192,7,135); }
td.TdClassName
{
border-color: #C00787;
}
.TagClassName
{
border-color: #C00787;
}
</style>