Shades of Medium Red Violet #C1359C
Tints of Medium Red Violet #C1359C
RGB
CMYK
RGB Variations
Color information
#C1359C (or 0xC1359C) is known color: Medium Red Violet. HEX triplet: C1, 35 and 9C. RGB value is (193,53,156). Sum of RGB (Red+Green+Blue) = 193+53+156=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 53 (21.09% from 255 or 13.18% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C1359C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1359C is #3ECA63. Grayscale: #6A6A6A. Windows color (decimal): -4115044 or 10237377. OLE color: 10237377.
HSL color Cylindrical-coordinate representation of color #C1359C: hue angle of 315.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 #C1359C is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 53 | 156 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.24 |
| HSL | 315.86º | 0.57% | 0.48% | - |
| HSV(B) | 315.86º | 0.73% | 0.76% | - |
| XYZ | 29.27 | 16.28 | 33.05 | - |
| YUV | 106.6 | 155.88 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 53 | 156 | 0 | 0.73 | 0.19 | 0.24 | 315.86 | 0.57 | 0.48 |
| Hex | C1 | 35 | 9C | 0 | 49 | 13 | 18 | 13C | 39 | 30 |
| Octal | 301 | 65 | 234 | 0 | 111 | 23 | 30 | 474 | 71 | 60 |
| Binary | 11000001 | 110101 | 10011100 | 0 | 1001001 | 10011 | 11000 | 100111100 | 111001 | 110000 |
Color Harmonies of #C1359C
Complementary color
Monochromatic Colors of #C1359C
Black with #C1359C
Text Example
Text Example
White with #C1359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1359C; }
p { color: rgb(193,53,156); }
H1.HeaderClassName
{
color: #C1359C;
}
.AnyTagClassName
{
color: #C1359C;
}
</style>
background-color css
<style>
a { background-color: #C1359C; }
a { background-color: rgb(193,53,156); }
div.DivClassName
{
background-color: #C1359C;
}
.BgClassName
{
background-color: #C1359C;
}
</style>
border-color css
<style>
span { border-color: #C1359C; }
span { border-color: rgb(193,53,156); }
td.TdClassName
{
border-color: #C1359C;
}
.TagClassName
{
border-color: #C1359C;
}
</style>