Shades of Medium Red Violet #C13584
Tints of Medium Red Violet #C13584
RGB
CMYK
RGB Variations
Color information
#C13584 (or 0xC13584) is known color: Medium Red Violet. HEX triplet: C1, 35 and 84. RGB value is (193,53,132). Sum of RGB (Red+Green+Blue) = 193+53+132=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 53 (21.09% from 255 or 14.02% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C13584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13584 is #3ECA7B. Grayscale: #676767. Windows color (decimal): -4115068 or 8664513. OLE color: 8664513.
HSL color Cylindrical-coordinate representation of color #C13584: hue angle of 326.14º 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 #C13584 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 53 | 132 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.24 |
| HSL | 326.14º | 0.57% | 0.48% | - |
| HSV(B) | 326.14º | 0.73% | 0.76% | - |
| XYZ | 27.43 | 15.55 | 23.39 | - |
| YUV | 103.87 | 143.88 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 53 | 132 | 0 | 0.73 | 0.32 | 0.24 | 326.14 | 0.57 | 0.48 |
| Hex | C1 | 35 | 84 | 0 | 49 | 20 | 18 | 146 | 39 | 30 |
| Octal | 301 | 65 | 204 | 0 | 111 | 40 | 30 | 506 | 71 | 60 |
| Binary | 11000001 | 110101 | 10000100 | 0 | 1001001 | 100000 | 11000 | 101000110 | 111001 | 110000 |
Color Harmonies of #C13584
Complementary color
Monochromatic Colors of #C13584
Black with #C13584
Text Example
Text Example
White with #C13584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13584; }
p { color: rgb(193,53,132); }
H1.HeaderClassName
{
color: #C13584;
}
.AnyTagClassName
{
color: #C13584;
}
</style>
background-color css
<style>
a { background-color: #C13584; }
a { background-color: rgb(193,53,132); }
div.DivClassName
{
background-color: #C13584;
}
.BgClassName
{
background-color: #C13584;
}
</style>
border-color css
<style>
span { border-color: #C13584; }
span { border-color: rgb(193,53,132); }
td.TdClassName
{
border-color: #C13584;
}
.TagClassName
{
border-color: #C13584;
}
</style>