Shades of Medium Red Violet #C1359B
Tints of Medium Red Violet #C1359B
RGB
CMYK
RGB Variations
Color information
#C1359B (or 0xC1359B) is known color: Medium Red Violet. HEX triplet: C1, 35 and 9B. RGB value is (193,53,155). Sum of RGB (Red+Green+Blue) = 193+53+155=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 53 (21.09% from 255 or 13.22% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C1359B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1359B is #3ECA64. Grayscale: #6A6A6A. Windows color (decimal): -4115045 or 10171841. OLE color: 10171841.
HSL color Cylindrical-coordinate representation of color #C1359B: hue angle of 316.29º 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 #C1359B is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 53 | 155 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.24 |
| HSL | 316.29º | 0.57% | 0.48% | - |
| HSV(B) | 316.29º | 0.73% | 0.76% | - |
| XYZ | 29.18 | 16.25 | 32.61 | - |
| YUV | 106.49 | 155.38 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 53 | 155 | 0 | 0.73 | 0.20 | 0.24 | 316.29 | 0.57 | 0.48 |
| Hex | C1 | 35 | 9B | 0 | 49 | 14 | 18 | 13C | 39 | 30 |
| Octal | 301 | 65 | 233 | 0 | 111 | 24 | 30 | 474 | 71 | 60 |
| Binary | 11000001 | 110101 | 10011011 | 0 | 1001001 | 10100 | 11000 | 100111100 | 111001 | 110000 |
Color Harmonies of #C1359B
Complementary color
Monochromatic Colors of #C1359B
Black with #C1359B
Text Example
Text Example
White with #C1359B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1359B; }
p { color: rgb(193,53,155); }
H1.HeaderClassName
{
color: #C1359B;
}
.AnyTagClassName
{
color: #C1359B;
}
</style>
background-color css
<style>
a { background-color: #C1359B; }
a { background-color: rgb(193,53,155); }
div.DivClassName
{
background-color: #C1359B;
}
.BgClassName
{
background-color: #C1359B;
}
</style>
border-color css
<style>
span { border-color: #C1359B; }
span { border-color: rgb(193,53,155); }
td.TdClassName
{
border-color: #C1359B;
}
.TagClassName
{
border-color: #C1359B;
}
</style>