Shades of Medium Red Violet #C03577
Tints of Medium Red Violet #C03577
RGB
CMYK
RGB Variations
Color information
#C03577 (or 0xC03577) is known color: Medium Red Violet. HEX triplet: C0, 35 and 77. RGB value is (192,53,119). Sum of RGB (Red+Green+Blue) = 192+53+119=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 119 (46.88% from 255 or 32.69% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C03577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03577 is #3FCA88. Grayscale: #656565. Windows color (decimal): -4180617 or 7812544. OLE color: 7812544.
HSL color Cylindrical-coordinate representation of color #C03577: hue angle of 331.51º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03577 is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 53 | 119 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.25 |
| HSL | 331.51º | 0.57% | 0.48% | - |
| HSV(B) | 331.51º | 0.72% | 0.75% | - |
| XYZ | 26.34 | 15.08 | 18.98 | - |
| YUV | 102.09 | 137.55 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 119 | 0 | 0.72 | 0.38 | 0.25 | 331.51 | 0.57 | 0.48 |
| Hex | C0 | 35 | 77 | 0 | 48 | 26 | 19 | 14C | 39 | 30 |
| Octal | 300 | 65 | 167 | 0 | 110 | 46 | 31 | 514 | 71 | 60 |
| Binary | 11000000 | 110101 | 1110111 | 0 | 1001000 | 100110 | 11001 | 101001100 | 111001 | 110000 |
Color Harmonies of #C03577
Complementary color
Monochromatic Colors of #C03577
Black with #C03577
Text Example
Text Example
White with #C03577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03577; }
p { color: rgb(192,53,119); }
H1.HeaderClassName
{
color: #C03577;
}
.AnyTagClassName
{
color: #C03577;
}
</style>
background-color css
<style>
a { background-color: #C03577; }
a { background-color: rgb(192,53,119); }
div.DivClassName
{
background-color: #C03577;
}
.BgClassName
{
background-color: #C03577;
}
</style>
border-color css
<style>
span { border-color: #C03577; }
span { border-color: rgb(192,53,119); }
td.TdClassName
{
border-color: #C03577;
}
.TagClassName
{
border-color: #C03577;
}
</style>