Shades of Medium Red Violet #C13799
Tints of Medium Red Violet #C13799
RGB
CMYK
RGB Variations
Color information
#C13799 (or 0xC13799) is known color: Medium Red Violet. HEX triplet: C1, 37 and 99. RGB value is (193,55,153). Sum of RGB (Red+Green+Blue) = 193+55+153=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C13799 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13799 is #3EC866. Grayscale: #6B6B6B. Windows color (decimal): -4114535 or 10041281. OLE color: 10041281.
HSL color Cylindrical-coordinate representation of color #C13799: hue angle of 317.39º 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 #C13799 is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 55 | 153 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.24 |
| HSL | 317.39º | 0.56% | 0.49% | - |
| HSV(B) | 317.39º | 0.72% | 0.76% | - |
| XYZ | 29.11 | 16.37 | 31.76 | - |
| YUV | 107.43 | 153.72 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 153 | 0 | 0.72 | 0.21 | 0.24 | 317.39 | 0.56 | 0.49 |
| Hex | C1 | 37 | 99 | 0 | 48 | 15 | 18 | 13D | 38 | 31 |
| Octal | 301 | 67 | 231 | 0 | 110 | 25 | 30 | 475 | 70 | 61 |
| Binary | 11000001 | 110111 | 10011001 | 0 | 1001000 | 10101 | 11000 | 100111101 | 111000 | 110001 |
Color Harmonies of #C13799
Complementary color
Monochromatic Colors of #C13799
Black with #C13799
Text Example
Text Example
White with #C13799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13799; }
p { color: rgb(193,55,153); }
H1.HeaderClassName
{
color: #C13799;
}
.AnyTagClassName
{
color: #C13799;
}
</style>
background-color css
<style>
a { background-color: #C13799; }
a { background-color: rgb(193,55,153); }
div.DivClassName
{
background-color: #C13799;
}
.BgClassName
{
background-color: #C13799;
}
</style>
border-color css
<style>
span { border-color: #C13799; }
span { border-color: rgb(193,55,153); }
td.TdClassName
{
border-color: #C13799;
}
.TagClassName
{
border-color: #C13799;
}
</style>