Shades of Medium Red Violet #C13687
Tints of Medium Red Violet #C13687
RGB
CMYK
RGB Variations
Color information
#C13687 (or 0xC13687) is known color: Medium Red Violet. HEX triplet: C1, 36 and 87. RGB value is (193,54,135). Sum of RGB (Red+Green+Blue) = 193+54+135=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 54 (21.48% from 255 or 14.14% from 382); Blue value is 135 (53.12% from 255 or 35.34% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C13687 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13687 is #3EC978. Grayscale: #686868. Windows color (decimal): -4114809 or 8861377. OLE color: 8861377.
HSL color Cylindrical-coordinate representation of color #C13687: hue angle of 325.04º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C13687 is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 54 | 135 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.24 |
| HSL | 325.04º | 0.56% | 0.48% | - |
| HSV(B) | 325.04º | 0.72% | 0.76% | - |
| XYZ | 27.68 | 15.73 | 24.5 | - |
| YUV | 104.8 | 145.05 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 54 | 135 | 0 | 0.72 | 0.30 | 0.24 | 325.04 | 0.56 | 0.48 |
| Hex | C1 | 36 | 87 | 0 | 48 | 1E | 18 | 145 | 38 | 30 |
| Octal | 301 | 66 | 207 | 0 | 110 | 36 | 30 | 505 | 70 | 60 |
| Binary | 11000001 | 110110 | 10000111 | 0 | 1001000 | 11110 | 11000 | 101000101 | 111000 | 110000 |
Color Harmonies of #C13687
Complementary color
Monochromatic Colors of #C13687
Black with #C13687
Text Example
Text Example
White with #C13687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13687; }
p { color: rgb(193,54,135); }
H1.HeaderClassName
{
color: #C13687;
}
.AnyTagClassName
{
color: #C13687;
}
</style>
background-color css
<style>
a { background-color: #C13687; }
a { background-color: rgb(193,54,135); }
div.DivClassName
{
background-color: #C13687;
}
.BgClassName
{
background-color: #C13687;
}
</style>
border-color css
<style>
span { border-color: #C13687; }
span { border-color: rgb(193,54,135); }
td.TdClassName
{
border-color: #C13687;
}
.TagClassName
{
border-color: #C13687;
}
</style>