Shades of Medium Red Violet #C1358A
Tints of Medium Red Violet #C1358A
RGB
CMYK
RGB Variations
Color information
#C1358A (or 0xC1358A) is known color: Medium Red Violet. HEX triplet: C1, 35 and 8A. RGB value is (193,53,138). Sum of RGB (Red+Green+Blue) = 193+53+138=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 53 (21.09% from 255 or 13.80% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C1358A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1358A is #3ECA75. Grayscale: #686868. Windows color (decimal): -4115062 or 9057729. OLE color: 9057729.
HSL color Cylindrical-coordinate representation of color #C1358A: hue angle of 323.57º 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 #C1358A is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 53 | 138 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.24 |
| HSL | 323.57º | 0.57% | 0.48% | - |
| HSV(B) | 323.57º | 0.73% | 0.76% | - |
| XYZ | 27.85 | 15.72 | 25.61 | - |
| YUV | 104.55 | 146.88 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 53 | 138 | 0 | 0.73 | 0.28 | 0.24 | 323.57 | 0.57 | 0.48 |
| Hex | C1 | 35 | 8A | 0 | 49 | 1C | 18 | 144 | 39 | 30 |
| Octal | 301 | 65 | 212 | 0 | 111 | 34 | 30 | 504 | 71 | 60 |
| Binary | 11000001 | 110101 | 10001010 | 0 | 1001001 | 11100 | 11000 | 101000100 | 111001 | 110000 |
Color Harmonies of #C1358A
Complementary color
Monochromatic Colors of #C1358A
Black with #C1358A
Text Example
Text Example
White with #C1358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1358A; }
p { color: rgb(193,53,138); }
H1.HeaderClassName
{
color: #C1358A;
}
.AnyTagClassName
{
color: #C1358A;
}
</style>
background-color css
<style>
a { background-color: #C1358A; }
a { background-color: rgb(193,53,138); }
div.DivClassName
{
background-color: #C1358A;
}
.BgClassName
{
background-color: #C1358A;
}
</style>
border-color css
<style>
span { border-color: #C1358A; }
span { border-color: rgb(193,53,138); }
td.TdClassName
{
border-color: #C1358A;
}
.TagClassName
{
border-color: #C1358A;
}
</style>