Shades of Medium Red Violet #C13499
Tints of Medium Red Violet #C13499
RGB
CMYK
RGB Variations
Color information
#C13499 (or 0xC13499) is known color: Medium Red Violet. HEX triplet: C1, 34 and 99. RGB value is (193,52,153). Sum of RGB (Red+Green+Blue) = 193+52+153=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 52 (20.70% from 255 or 13.07% from 398); Blue value is 153 (60.16% from 255 or 38.44% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C13499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13499 is #3ECB66. Grayscale: #696969. Windows color (decimal): -4115303 or 10040513. OLE color: 10040513.
HSL color Cylindrical-coordinate representation of color #C13499: hue angle of 317.02º degrees, saturation: 0.58, 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 #C13499 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 52 | 153 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.24 |
| HSL | 317.02º | 0.58% | 0.48% | - |
| HSV(B) | 317.02º | 0.73% | 0.76% | - |
| XYZ | 28.97 | 16.09 | 31.72 | - |
| YUV | 105.67 | 154.71 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 52 | 153 | 0 | 0.73 | 0.21 | 0.24 | 317.02 | 0.58 | 0.48 |
| Hex | C1 | 34 | 99 | 0 | 49 | 15 | 18 | 13D | 3A | 30 |
| Octal | 301 | 64 | 231 | 0 | 111 | 25 | 30 | 475 | 72 | 60 |
| Binary | 11000001 | 110100 | 10011001 | 0 | 1001001 | 10101 | 11000 | 100111101 | 111010 | 110000 |
Color Harmonies of #C13499
Complementary color
Monochromatic Colors of #C13499
Black with #C13499
Text Example
Text Example
White with #C13499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13499; }
p { color: rgb(193,52,153); }
H1.HeaderClassName
{
color: #C13499;
}
.AnyTagClassName
{
color: #C13499;
}
</style>
background-color css
<style>
a { background-color: #C13499; }
a { background-color: rgb(193,52,153); }
div.DivClassName
{
background-color: #C13499;
}
.BgClassName
{
background-color: #C13499;
}
</style>
border-color css
<style>
span { border-color: #C13499; }
span { border-color: rgb(193,52,153); }
td.TdClassName
{
border-color: #C13499;
}
.TagClassName
{
border-color: #C13499;
}
</style>