Shades of Medium Red Violet #C13291
Tints of Medium Red Violet #C13291
RGB
CMYK
RGB Variations
Color information
#C13291 (or 0xC13291) is known color: Medium Red Violet. HEX triplet: C1, 32 and 91. RGB value is (193,50,145). Sum of RGB (Red+Green+Blue) = 193+50+145=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 50 (19.92% from 255 or 12.89% from 388); Blue value is 145 (57.03% from 255 or 37.37% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C13291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13291 is #3ECD6E. Grayscale: #676767. Windows color (decimal): -4115823 or 9515713. OLE color: 9515713.
HSL color Cylindrical-coordinate representation of color #C13291: hue angle of 320.14º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C13291 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 50 | 145 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.24 |
| HSL | 320.14º | 0.59% | 0.48% | - |
| HSV(B) | 320.14º | 0.74% | 0.76% | - |
| XYZ | 28.24 | 15.66 | 28.32 | - |
| YUV | 103.59 | 151.38 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 50 | 145 | 0 | 0.74 | 0.25 | 0.24 | 320.14 | 0.59 | 0.48 |
| Hex | C1 | 32 | 91 | 0 | 4A | 19 | 18 | 140 | 3B | 30 |
| Octal | 301 | 62 | 221 | 0 | 112 | 31 | 30 | 500 | 73 | 60 |
| Binary | 11000001 | 110010 | 10010001 | 0 | 1001010 | 11001 | 11000 | 101000000 | 111011 | 110000 |
Color Harmonies of #C13291
Complementary color
Monochromatic Colors of #C13291
Black with #C13291
Text Example
Text Example
White with #C13291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13291; }
p { color: rgb(193,50,145); }
H1.HeaderClassName
{
color: #C13291;
}
.AnyTagClassName
{
color: #C13291;
}
</style>
background-color css
<style>
a { background-color: #C13291; }
a { background-color: rgb(193,50,145); }
div.DivClassName
{
background-color: #C13291;
}
.BgClassName
{
background-color: #C13291;
}
</style>
border-color css
<style>
span { border-color: #C13291; }
span { border-color: rgb(193,50,145); }
td.TdClassName
{
border-color: #C13291;
}
.TagClassName
{
border-color: #C13291;
}
</style>