Shades of Medium Red Violet #C13595
Tints of Medium Red Violet #C13595
RGB
CMYK
RGB Variations
Color information
#C13595 (or 0xC13595) is known color: Medium Red Violet. HEX triplet: C1, 35 and 95. RGB value is (193,53,149). Sum of RGB (Red+Green+Blue) = 193+53+149=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 53 (21.09% from 255 or 13.42% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C13595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13595 is #3ECA6A. Grayscale: #696969. Windows color (decimal): -4115051 or 9778625. OLE color: 9778625.
HSL color Cylindrical-coordinate representation of color #C13595: hue angle of 318.86º degrees, saturation: 0.57, 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 #C13595 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 53 | 149 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.24 |
| HSL | 318.86º | 0.57% | 0.48% | - |
| HSV(B) | 318.86º | 0.73% | 0.76% | - |
| XYZ | 28.69 | 16.05 | 30.02 | - |
| YUV | 105.8 | 152.38 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 53 | 149 | 0 | 0.73 | 0.23 | 0.24 | 318.86 | 0.57 | 0.48 |
| Hex | C1 | 35 | 95 | 0 | 49 | 17 | 18 | 13F | 39 | 30 |
| Octal | 301 | 65 | 225 | 0 | 111 | 27 | 30 | 477 | 71 | 60 |
| Binary | 11000001 | 110101 | 10010101 | 0 | 1001001 | 10111 | 11000 | 100111111 | 111001 | 110000 |
Color Harmonies of #C13595
Complementary color
Monochromatic Colors of #C13595
Black with #C13595
Text Example
Text Example
White with #C13595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13595; }
p { color: rgb(193,53,149); }
H1.HeaderClassName
{
color: #C13595;
}
.AnyTagClassName
{
color: #C13595;
}
</style>
background-color css
<style>
a { background-color: #C13595; }
a { background-color: rgb(193,53,149); }
div.DivClassName
{
background-color: #C13595;
}
.BgClassName
{
background-color: #C13595;
}
</style>
border-color css
<style>
span { border-color: #C13595; }
span { border-color: rgb(193,53,149); }
td.TdClassName
{
border-color: #C13595;
}
.TagClassName
{
border-color: #C13595;
}
</style>