Shades of Medium Red Violet #C03774
Tints of Medium Red Violet #C03774
RGB
CMYK
RGB Variations
Color information
#C03774 (or 0xC03774) is known color: Medium Red Violet. HEX triplet: C0, 37 and 74. RGB value is (192,55,116). Sum of RGB (Red+Green+Blue) = 192+55+116=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 55 (21.88% from 255 or 15.15% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C03774 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03774 is #3FC88B. Grayscale: #666666. Windows color (decimal): -4180108 or 7616448. OLE color: 7616448.
HSL color Cylindrical-coordinate representation of color #C03774: hue angle of 333.28º 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 #C03774 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 55 | 116 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.25 |
| HSL | 333.28º | 0.55% | 0.48% | - |
| HSV(B) | 333.28º | 0.71% | 0.75% | - |
| XYZ | 26.26 | 15.2 | 18.07 | - |
| YUV | 102.92 | 135.39 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 116 | 0 | 0.71 | 0.40 | 0.25 | 333.28 | 0.55 | 0.48 |
| Hex | C0 | 37 | 74 | 0 | 47 | 28 | 19 | 14D | 37 | 30 |
| Octal | 300 | 67 | 164 | 0 | 107 | 50 | 31 | 515 | 67 | 60 |
| Binary | 11000000 | 110111 | 1110100 | 0 | 1000111 | 101000 | 11001 | 101001101 | 110111 | 110000 |
Color Harmonies of #C03774
Complementary color
Monochromatic Colors of #C03774
Black with #C03774
Text Example
Text Example
White with #C03774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03774; }
p { color: rgb(192,55,116); }
H1.HeaderClassName
{
color: #C03774;
}
.AnyTagClassName
{
color: #C03774;
}
</style>
background-color css
<style>
a { background-color: #C03774; }
a { background-color: rgb(192,55,116); }
div.DivClassName
{
background-color: #C03774;
}
.BgClassName
{
background-color: #C03774;
}
</style>
border-color css
<style>
span { border-color: #C03774; }
span { border-color: rgb(192,55,116); }
td.TdClassName
{
border-color: #C03774;
}
.TagClassName
{
border-color: #C03774;
}
</style>