Shades of Medium Red Violet #C03796
Tints of Medium Red Violet #C03796
RGB
CMYK
RGB Variations
Color information
#C03796 (or 0xC03796) is known color: Medium Red Violet. HEX triplet: C0, 37 and 96. RGB value is (192,55,150). Sum of RGB (Red+Green+Blue) = 192+55+150=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C03796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03796 is #3FC869. Grayscale: #6A6A6A. Windows color (decimal): -4180074 or 9844672. OLE color: 9844672.
HSL color Cylindrical-coordinate representation of color #C03796: hue angle of 318.39º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C03796 is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 55 | 150 | - |
| CMYK | 0 | 0.71 | 0.22 | 0.25 |
| HSL | 318.39º | 0.55% | 0.48% | - |
| HSV(B) | 318.39º | 0.71% | 0.75% | - |
| XYZ | 28.61 | 16.14 | 30.46 | - |
| YUV | 106.79 | 152.39 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 150 | 0 | 0.71 | 0.22 | 0.25 | 318.39 | 0.55 | 0.48 |
| Hex | C0 | 37 | 96 | 0 | 47 | 16 | 19 | 13E | 37 | 30 |
| Octal | 300 | 67 | 226 | 0 | 107 | 26 | 31 | 476 | 67 | 60 |
| Binary | 11000000 | 110111 | 10010110 | 0 | 1000111 | 10110 | 11001 | 100111110 | 110111 | 110000 |
Color Harmonies of #C03796
Complementary color
Monochromatic Colors of #C03796
Black with #C03796
Text Example
Text Example
White with #C03796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03796; }
p { color: rgb(192,55,150); }
H1.HeaderClassName
{
color: #C03796;
}
.AnyTagClassName
{
color: #C03796;
}
</style>
background-color css
<style>
a { background-color: #C03796; }
a { background-color: rgb(192,55,150); }
div.DivClassName
{
background-color: #C03796;
}
.BgClassName
{
background-color: #C03796;
}
</style>
border-color css
<style>
span { border-color: #C03796; }
span { border-color: rgb(192,55,150); }
td.TdClassName
{
border-color: #C03796;
}
.TagClassName
{
border-color: #C03796;
}
</style>