Shades of Medium Red Violet #C13296
Tints of Medium Red Violet #C13296
RGB
CMYK
RGB Variations
Color information
#C13296 (or 0xC13296) is known color: Medium Red Violet. HEX triplet: C1, 32 and 96. RGB value is (193,50,150). Sum of RGB (Red+Green+Blue) = 193+50+150=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 150 (58.98% from 255 or 38.17% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C13296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13296 is #3ECD69. Grayscale: #676767. Windows color (decimal): -4115818 or 9843393. OLE color: 9843393.
HSL color Cylindrical-coordinate representation of color #C13296: hue angle of 318.04º 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 #C13296 is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 50 | 150 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.24 |
| HSL | 318.04º | 0.59% | 0.48% | - |
| HSV(B) | 318.04º | 0.74% | 0.76% | - |
| XYZ | 28.64 | 15.82 | 30.4 | - |
| YUV | 104.16 | 153.88 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 50 | 150 | 0 | 0.74 | 0.22 | 0.24 | 318.04 | 0.59 | 0.48 |
| Hex | C1 | 32 | 96 | 0 | 4A | 16 | 18 | 13E | 3B | 30 |
| Octal | 301 | 62 | 226 | 0 | 112 | 26 | 30 | 476 | 73 | 60 |
| Binary | 11000001 | 110010 | 10010110 | 0 | 1001010 | 10110 | 11000 | 100111110 | 111011 | 110000 |
Color Harmonies of #C13296
Complementary color
Monochromatic Colors of #C13296
Black with #C13296
Text Example
Text Example
White with #C13296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13296; }
p { color: rgb(193,50,150); }
H1.HeaderClassName
{
color: #C13296;
}
.AnyTagClassName
{
color: #C13296;
}
</style>
background-color css
<style>
a { background-color: #C13296; }
a { background-color: rgb(193,50,150); }
div.DivClassName
{
background-color: #C13296;
}
.BgClassName
{
background-color: #C13296;
}
</style>
border-color css
<style>
span { border-color: #C13296; }
span { border-color: rgb(193,50,150); }
td.TdClassName
{
border-color: #C13296;
}
.TagClassName
{
border-color: #C13296;
}
</style>