Shades of Medium Red Violet #C03595
Tints of Medium Red Violet #C03595
RGB
CMYK
RGB Variations
Color information
#C03595 (or 0xC03595) is known color: Medium Red Violet. HEX triplet: C0, 35 and 95. RGB value is (192,53,149). Sum of RGB (Red+Green+Blue) = 192+53+149=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 53 (21.09% from 255 or 13.45% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C03595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03595 is #3FCA6A. Grayscale: #696969. Windows color (decimal): -4180587 or 9778624. OLE color: 9778624.
HSL color Cylindrical-coordinate representation of color #C03595: hue angle of 318.56º 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 #C03595 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 53 | 149 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.25 |
| HSL | 318.56º | 0.57% | 0.48% | - |
| HSV(B) | 318.56º | 0.72% | 0.75% | - |
| XYZ | 28.44 | 15.92 | 30.01 | - |
| YUV | 105.51 | 152.55 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 149 | 0 | 0.72 | 0.22 | 0.25 | 318.56 | 0.57 | 0.48 |
| Hex | C0 | 35 | 95 | 0 | 48 | 16 | 19 | 13F | 39 | 30 |
| Octal | 300 | 65 | 225 | 0 | 110 | 26 | 31 | 477 | 71 | 60 |
| Binary | 11000000 | 110101 | 10010101 | 0 | 1001000 | 10110 | 11001 | 100111111 | 111001 | 110000 |
Color Harmonies of #C03595
Complementary color
Monochromatic Colors of #C03595
Black with #C03595
Text Example
Text Example
White with #C03595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03595; }
p { color: rgb(192,53,149); }
H1.HeaderClassName
{
color: #C03595;
}
.AnyTagClassName
{
color: #C03595;
}
</style>
background-color css
<style>
a { background-color: #C03595; }
a { background-color: rgb(192,53,149); }
div.DivClassName
{
background-color: #C03595;
}
.BgClassName
{
background-color: #C03595;
}
</style>
border-color css
<style>
span { border-color: #C03595; }
span { border-color: rgb(192,53,149); }
td.TdClassName
{
border-color: #C03595;
}
.TagClassName
{
border-color: #C03595;
}
</style>