Shades of Medium Red Violet #C13575
Tints of Medium Red Violet #C13575
RGB
CMYK
RGB Variations
Color information
#C13575 (or 0xC13575) is known color: Medium Red Violet. HEX triplet: C1, 35 and 75. RGB value is (193,53,117). Sum of RGB (Red+Green+Blue) = 193+53+117=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C13575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13575 is #3ECA8A. Grayscale: #666666. Windows color (decimal): -4115083 or 7681473. OLE color: 7681473.
HSL color Cylindrical-coordinate representation of color #C13575: hue angle of 332.57º 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 #C13575 is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 53 | 117 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.24 |
| HSL | 332.57º | 0.57% | 0.48% | - |
| HSV(B) | 332.57º | 0.73% | 0.76% | - |
| XYZ | 26.48 | 15.17 | 18.36 | - |
| YUV | 102.16 | 136.38 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 53 | 117 | 0 | 0.73 | 0.39 | 0.24 | 332.57 | 0.57 | 0.48 |
| Hex | C1 | 35 | 75 | 0 | 49 | 27 | 18 | 14D | 39 | 30 |
| Octal | 301 | 65 | 165 | 0 | 111 | 47 | 30 | 515 | 71 | 60 |
| Binary | 11000001 | 110101 | 1110101 | 0 | 1001001 | 100111 | 11000 | 101001101 | 111001 | 110000 |
Color Harmonies of #C13575
Complementary color
Monochromatic Colors of #C13575
Black with #C13575
Text Example
Text Example
White with #C13575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13575; }
p { color: rgb(193,53,117); }
H1.HeaderClassName
{
color: #C13575;
}
.AnyTagClassName
{
color: #C13575;
}
</style>
background-color css
<style>
a { background-color: #C13575; }
a { background-color: rgb(193,53,117); }
div.DivClassName
{
background-color: #C13575;
}
.BgClassName
{
background-color: #C13575;
}
</style>
border-color css
<style>
span { border-color: #C13575; }
span { border-color: rgb(193,53,117); }
td.TdClassName
{
border-color: #C13575;
}
.TagClassName
{
border-color: #C13575;
}
</style>