Shades of Medium Red Violet #C03575
Tints of Medium Red Violet #C03575
RGB
CMYK
RGB Variations
Color information
#C03575 (or 0xC03575) is known color: Medium Red Violet. HEX triplet: C0, 35 and 75. RGB value is (192,53,117). Sum of RGB (Red+Green+Blue) = 192+53+117=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 53 (21.09% from 255 or 14.64% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C03575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03575 is #3FCA8A. Grayscale: #656565. Windows color (decimal): -4180619 or 7681472. OLE color: 7681472.
HSL color Cylindrical-coordinate representation of color #C03575: hue angle of 332.37º 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 #C03575 is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 53 | 117 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.25 |
| HSL | 332.37º | 0.57% | 0.48% | - |
| HSV(B) | 332.37º | 0.72% | 0.75% | - |
| XYZ | 26.22 | 15.04 | 18.35 | - |
| YUV | 101.86 | 136.55 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 117 | 0 | 0.72 | 0.39 | 0.25 | 332.37 | 0.57 | 0.48 |
| Hex | C0 | 35 | 75 | 0 | 48 | 27 | 19 | 14C | 39 | 30 |
| Octal | 300 | 65 | 165 | 0 | 110 | 47 | 31 | 514 | 71 | 60 |
| Binary | 11000000 | 110101 | 1110101 | 0 | 1001000 | 100111 | 11001 | 101001100 | 111001 | 110000 |
Color Harmonies of #C03575
Complementary color
Monochromatic Colors of #C03575
Black with #C03575
Text Example
Text Example
White with #C03575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03575; }
p { color: rgb(192,53,117); }
H1.HeaderClassName
{
color: #C03575;
}
.AnyTagClassName
{
color: #C03575;
}
</style>
background-color css
<style>
a { background-color: #C03575; }
a { background-color: rgb(192,53,117); }
div.DivClassName
{
background-color: #C03575;
}
.BgClassName
{
background-color: #C03575;
}
</style>
border-color css
<style>
span { border-color: #C03575; }
span { border-color: rgb(192,53,117); }
td.TdClassName
{
border-color: #C03575;
}
.TagClassName
{
border-color: #C03575;
}
</style>