Shades of Medium Red Violet #C13573
Tints of Medium Red Violet #C13573
RGB
CMYK
RGB Variations
Color information
#C13573 (or 0xC13573) is known color: Medium Red Violet. HEX triplet: C1, 35 and 73. RGB value is (193,53,115). Sum of RGB (Red+Green+Blue) = 193+53+115=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C13573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13573 is #3ECA8C. Grayscale: #656565. Windows color (decimal): -4115085 or 7550401. OLE color: 7550401.
HSL color Cylindrical-coordinate representation of color #C13573: hue angle of 333.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C13573 is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 53 | 115 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.24 |
| HSL | 333.43º | 0.57% | 0.48% | - |
| HSV(B) | 333.43º | 0.73% | 0.76% | - |
| XYZ | 26.36 | 15.12 | 17.75 | - |
| YUV | 101.93 | 135.38 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 53 | 115 | 0 | 0.73 | 0.40 | 0.24 | 333.43 | 0.57 | 0.48 |
| Hex | C1 | 35 | 73 | 0 | 49 | 28 | 18 | 14D | 39 | 30 |
| Octal | 301 | 65 | 163 | 0 | 111 | 50 | 30 | 515 | 71 | 60 |
| Binary | 11000001 | 110101 | 1110011 | 0 | 1001001 | 101000 | 11000 | 101001101 | 111001 | 110000 |
Color Harmonies of #C13573
Complementary color
Monochromatic Colors of #C13573
Black with #C13573
Text Example
Text Example
White with #C13573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13573; }
p { color: rgb(193,53,115); }
H1.HeaderClassName
{
color: #C13573;
}
.AnyTagClassName
{
color: #C13573;
}
</style>
background-color css
<style>
a { background-color: #C13573; }
a { background-color: rgb(193,53,115); }
div.DivClassName
{
background-color: #C13573;
}
.BgClassName
{
background-color: #C13573;
}
</style>
border-color css
<style>
span { border-color: #C13573; }
span { border-color: rgb(193,53,115); }
td.TdClassName
{
border-color: #C13573;
}
.TagClassName
{
border-color: #C13573;
}
</style>