Shades of Medium Red Violet #C03797
Tints of Medium Red Violet #C03797
RGB
CMYK
RGB Variations
Color information
#C03797 (or 0xC03797) is known color: Medium Red Violet. HEX triplet: C0, 37 and 97. RGB value is (192,55,151). Sum of RGB (Red+Green+Blue) = 192+55+151=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 55 (21.88% from 255 or 13.82% from 398); Blue value is 151 (59.38% from 255 or 37.94% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C03797 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03797 is #3FC868. Grayscale: #6A6A6A. Windows color (decimal): -4180073 or 9910208. OLE color: 9910208.
HSL color Cylindrical-coordinate representation of color #C03797: hue angle of 317.96º 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 #C03797 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 55 | 151 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.25 |
| HSL | 317.96º | 0.55% | 0.48% | - |
| HSV(B) | 317.96º | 0.71% | 0.75% | - |
| XYZ | 28.69 | 16.17 | 30.89 | - |
| YUV | 106.91 | 152.89 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 151 | 0 | 0.71 | 0.21 | 0.25 | 317.96 | 0.55 | 0.48 |
| Hex | C0 | 37 | 97 | 0 | 47 | 15 | 19 | 13E | 37 | 30 |
| Octal | 300 | 67 | 227 | 0 | 107 | 25 | 31 | 476 | 67 | 60 |
| Binary | 11000000 | 110111 | 10010111 | 0 | 1000111 | 10101 | 11001 | 100111110 | 110111 | 110000 |
Color Harmonies of #C03797
Complementary color
Monochromatic Colors of #C03797
Black with #C03797
Text Example
Text Example
White with #C03797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03797; }
p { color: rgb(192,55,151); }
H1.HeaderClassName
{
color: #C03797;
}
.AnyTagClassName
{
color: #C03797;
}
</style>
background-color css
<style>
a { background-color: #C03797; }
a { background-color: rgb(192,55,151); }
div.DivClassName
{
background-color: #C03797;
}
.BgClassName
{
background-color: #C03797;
}
</style>
border-color css
<style>
span { border-color: #C03797; }
span { border-color: rgb(192,55,151); }
td.TdClassName
{
border-color: #C03797;
}
.TagClassName
{
border-color: #C03797;
}
</style>