Shades of Medium Red Violet #C1358F
Tints of Medium Red Violet #C1358F
RGB
CMYK
RGB Variations
Color information
#C1358F (or 0xC1358F) is known color: Medium Red Violet. HEX triplet: C1, 35 and 8F. RGB value is (193,53,143). Sum of RGB (Red+Green+Blue) = 193+53+143=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 53 (21.09% from 255 or 13.62% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C1358F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1358F is #3ECA70. Grayscale: #686868. Windows color (decimal): -4115057 or 9385409. OLE color: 9385409.
HSL color Cylindrical-coordinate representation of color #C1358F: hue angle of 321.43º 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 #C1358F is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 53 | 143 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.24 |
| HSL | 321.43º | 0.57% | 0.48% | - |
| HSV(B) | 321.43º | 0.73% | 0.76% | - |
| XYZ | 28.22 | 15.87 | 27.56 | - |
| YUV | 105.12 | 149.38 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 53 | 143 | 0 | 0.73 | 0.26 | 0.24 | 321.43 | 0.57 | 0.48 |
| Hex | C1 | 35 | 8F | 0 | 49 | 1A | 18 | 141 | 39 | 30 |
| Octal | 301 | 65 | 217 | 0 | 111 | 32 | 30 | 501 | 71 | 60 |
| Binary | 11000001 | 110101 | 10001111 | 0 | 1001001 | 11010 | 11000 | 101000001 | 111001 | 110000 |
Color Harmonies of #C1358F
Complementary color
Monochromatic Colors of #C1358F
Black with #C1358F
Text Example
Text Example
White with #C1358F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1358F; }
p { color: rgb(193,53,143); }
H1.HeaderClassName
{
color: #C1358F;
}
.AnyTagClassName
{
color: #C1358F;
}
</style>
background-color css
<style>
a { background-color: #C1358F; }
a { background-color: rgb(193,53,143); }
div.DivClassName
{
background-color: #C1358F;
}
.BgClassName
{
background-color: #C1358F;
}
</style>
border-color css
<style>
span { border-color: #C1358F; }
span { border-color: rgb(193,53,143); }
td.TdClassName
{
border-color: #C1358F;
}
.TagClassName
{
border-color: #C1358F;
}
</style>