Shades of Medium Red Violet #C13796
Tints of Medium Red Violet #C13796
RGB
CMYK
RGB Variations
Color information
#C13796 (or 0xC13796) is known color: Medium Red Violet. HEX triplet: C1, 37 and 96. RGB value is (193,55,150). Sum of RGB (Red+Green+Blue) = 193+55+150=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 55 (21.88% from 255 or 13.82% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C13796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13796 is #3EC869. Grayscale: #6A6A6A. Windows color (decimal): -4114538 or 9844673. OLE color: 9844673.
HSL color Cylindrical-coordinate representation of color #C13796: hue angle of 318.7º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C13796 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 55 | 150 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.24 |
| HSL | 318.7º | 0.56% | 0.49% | - |
| HSV(B) | 318.7º | 0.72% | 0.76% | - |
| XYZ | 28.86 | 16.27 | 30.47 | - |
| YUV | 107.09 | 152.22 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 150 | 0 | 0.72 | 0.22 | 0.24 | 318.7 | 0.56 | 0.49 |
| Hex | C1 | 37 | 96 | 0 | 48 | 16 | 18 | 13F | 38 | 31 |
| Octal | 301 | 67 | 226 | 0 | 110 | 26 | 30 | 477 | 70 | 61 |
| Binary | 11000001 | 110111 | 10010110 | 0 | 1001000 | 10110 | 11000 | 100111111 | 111000 | 110001 |
Color Harmonies of #C13796
Complementary color
Monochromatic Colors of #C13796
Black with #C13796
Text Example
Text Example
White with #C13796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13796; }
p { color: rgb(193,55,150); }
H1.HeaderClassName
{
color: #C13796;
}
.AnyTagClassName
{
color: #C13796;
}
</style>
background-color css
<style>
a { background-color: #C13796; }
a { background-color: rgb(193,55,150); }
div.DivClassName
{
background-color: #C13796;
}
.BgClassName
{
background-color: #C13796;
}
</style>
border-color css
<style>
span { border-color: #C13796; }
span { border-color: rgb(193,55,150); }
td.TdClassName
{
border-color: #C13796;
}
.TagClassName
{
border-color: #C13796;
}
</style>