Shades of Medium Violet Red #C00796
Tints of Medium Violet Red #C00796
RGB
CMYK
RGB Variations
Color information
#C00796 (or 0xC00796) is known color: Medium Violet Red. HEX triplet: C0, 07 and 96. RGB value is (192,7,150). Sum of RGB (Red+Green+Blue) = 192+7+150=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 7 (3.12% from 255 or 2.01% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C00796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00796 is #3FF869. Grayscale: #4E4E4E. Windows color (decimal): -4192362 or 9832384. OLE color: 9832384.
HSL color Cylindrical-coordinate representation of color #C00796: hue angle of 313.62º 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 #C00796 is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 7 | 150 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.25 |
| HSL | 313.62º | 0.93% | 0.39% | - |
| HSV(B) | 313.62º | 0.96% | 0.75% | - |
| XYZ | 27.32 | 13.56 | 30.03 | - |
| YUV | 78.62 | 168.29 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 7 | 150 | 0 | 0.96 | 0.22 | 0.25 | 313.62 | 0.93 | 0.39 |
| Hex | C0 | 7 | 96 | 0 | 60 | 16 | 19 | 13A | 5D | 27 |
| Octal | 300 | 7 | 226 | 0 | 140 | 26 | 31 | 472 | 135 | 47 |
| Binary | 11000000 | 111 | 10010110 | 0 | 1100000 | 10110 | 11001 | 100111010 | 1011101 | 100111 |
Color Harmonies of #C00796
Complementary color
Monochromatic Colors of #C00796
Black with #C00796
Text Example
Text Example
White with #C00796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00796; }
p { color: rgb(192,7,150); }
H1.HeaderClassName
{
color: #C00796;
}
.AnyTagClassName
{
color: #C00796;
}
</style>
background-color css
<style>
a { background-color: #C00796; }
a { background-color: rgb(192,7,150); }
div.DivClassName
{
background-color: #C00796;
}
.BgClassName
{
background-color: #C00796;
}
</style>
border-color css
<style>
span { border-color: #C00796; }
span { border-color: rgb(192,7,150); }
td.TdClassName
{
border-color: #C00796;
}
.TagClassName
{
border-color: #C00796;
}
</style>