Shades of Medium Red Violet #C13587
Tints of Medium Red Violet #C13587
RGB
CMYK
RGB Variations
Color information
#C13587 (or 0xC13587) is known color: Medium Red Violet. HEX triplet: C1, 35 and 87. RGB value is (193,53,135). Sum of RGB (Red+Green+Blue) = 193+53+135=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 53 (21.09% from 255 or 13.91% from 381); Blue value is 135 (53.12% from 255 or 35.43% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C13587 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13587 is #3ECA78. Grayscale: #686868. Windows color (decimal): -4115065 or 8861121. OLE color: 8861121.
HSL color Cylindrical-coordinate representation of color #C13587: hue angle of 324.86º 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 #C13587 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 53 | 135 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.24 |
| HSL | 324.86º | 0.57% | 0.48% | - |
| HSV(B) | 324.86º | 0.73% | 0.76% | - |
| XYZ | 27.64 | 15.63 | 24.48 | - |
| YUV | 104.21 | 145.38 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 53 | 135 | 0 | 0.73 | 0.30 | 0.24 | 324.86 | 0.57 | 0.48 |
| Hex | C1 | 35 | 87 | 0 | 49 | 1E | 18 | 145 | 39 | 30 |
| Octal | 301 | 65 | 207 | 0 | 111 | 36 | 30 | 505 | 71 | 60 |
| Binary | 11000001 | 110101 | 10000111 | 0 | 1001001 | 11110 | 11000 | 101000101 | 111001 | 110000 |
Color Harmonies of #C13587
Complementary color
Monochromatic Colors of #C13587
Black with #C13587
Text Example
Text Example
White with #C13587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13587; }
p { color: rgb(193,53,135); }
H1.HeaderClassName
{
color: #C13587;
}
.AnyTagClassName
{
color: #C13587;
}
</style>
background-color css
<style>
a { background-color: #C13587; }
a { background-color: rgb(193,53,135); }
div.DivClassName
{
background-color: #C13587;
}
.BgClassName
{
background-color: #C13587;
}
</style>
border-color css
<style>
span { border-color: #C13587; }
span { border-color: rgb(193,53,135); }
td.TdClassName
{
border-color: #C13587;
}
.TagClassName
{
border-color: #C13587;
}
</style>