Shades of Medium Violet Red #C00786
Tints of Medium Violet Red #C00786
RGB
CMYK
RGB Variations
Color information
#C00786 (or 0xC00786) is known color: Medium Violet Red. HEX triplet: C0, 07 and 86. RGB value is (192,7,134). Sum of RGB (Red+Green+Blue) = 192+7+134=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 134 (52.73% from 255 or 40.24% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C00786 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00786 is #3FF879. Grayscale: #4C4C4C. Windows color (decimal): -4192378 or 8783808. OLE color: 8783808.
HSL color Cylindrical-coordinate representation of color #C00786: hue angle of 318.81º 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 #C00786 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 7 | 134 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.25 |
| HSL | 318.81º | 0.93% | 0.39% | - |
| HSV(B) | 318.81º | 0.96% | 0.75% | - |
| XYZ | 26.12 | 13.08 | 23.7 | - |
| YUV | 76.79 | 160.29 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 7 | 134 | 0 | 0.96 | 0.30 | 0.25 | 318.81 | 0.93 | 0.39 |
| Hex | C0 | 7 | 86 | 0 | 60 | 1E | 19 | 13F | 5D | 27 |
| Octal | 300 | 7 | 206 | 0 | 140 | 36 | 31 | 477 | 135 | 47 |
| Binary | 11000000 | 111 | 10000110 | 0 | 1100000 | 11110 | 11001 | 100111111 | 1011101 | 100111 |
Color Harmonies of #C00786
Complementary color
Monochromatic Colors of #C00786
Black with #C00786
Text Example
Text Example
White with #C00786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00786; }
p { color: rgb(192,7,134); }
H1.HeaderClassName
{
color: #C00786;
}
.AnyTagClassName
{
color: #C00786;
}
</style>
background-color css
<style>
a { background-color: #C00786; }
a { background-color: rgb(192,7,134); }
div.DivClassName
{
background-color: #C00786;
}
.BgClassName
{
background-color: #C00786;
}
</style>
border-color css
<style>
span { border-color: #C00786; }
span { border-color: rgb(192,7,134); }
td.TdClassName
{
border-color: #C00786;
}
.TagClassName
{
border-color: #C00786;
}
</style>