Shades of Medium Red Violet #C1359A
Tints of Medium Red Violet #C1359A
RGB
CMYK
RGB Variations
Color information
#C1359A (or 0xC1359A) is known color: Medium Red Violet. HEX triplet: C1, 35 and 9A. RGB value is (193,53,154). Sum of RGB (Red+Green+Blue) = 193+53+154=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 53 (21.09% from 255 or 13.25% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C1359A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1359A is #3ECA65. Grayscale: #6A6A6A. Windows color (decimal): -4115046 or 10106305. OLE color: 10106305.
HSL color Cylindrical-coordinate representation of color #C1359A: hue angle of 316.71º 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 #C1359A is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 53 | 154 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.24 |
| HSL | 316.71º | 0.57% | 0.48% | - |
| HSV(B) | 316.71º | 0.73% | 0.76% | - |
| XYZ | 29.1 | 16.22 | 32.17 | - |
| YUV | 106.37 | 154.88 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 53 | 154 | 0 | 0.73 | 0.20 | 0.24 | 316.71 | 0.57 | 0.48 |
| Hex | C1 | 35 | 9A | 0 | 49 | 14 | 18 | 13D | 39 | 30 |
| Octal | 301 | 65 | 232 | 0 | 111 | 24 | 30 | 475 | 71 | 60 |
| Binary | 11000001 | 110101 | 10011010 | 0 | 1001001 | 10100 | 11000 | 100111101 | 111001 | 110000 |
Color Harmonies of #C1359A
Complementary color
Monochromatic Colors of #C1359A
Black with #C1359A
Text Example
Text Example
White with #C1359A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1359A; }
p { color: rgb(193,53,154); }
H1.HeaderClassName
{
color: #C1359A;
}
.AnyTagClassName
{
color: #C1359A;
}
</style>
background-color css
<style>
a { background-color: #C1359A; }
a { background-color: rgb(193,53,154); }
div.DivClassName
{
background-color: #C1359A;
}
.BgClassName
{
background-color: #C1359A;
}
</style>
border-color css
<style>
span { border-color: #C1359A; }
span { border-color: rgb(193,53,154); }
td.TdClassName
{
border-color: #C1359A;
}
.TagClassName
{
border-color: #C1359A;
}
</style>