Shades of Medium Red Violet #C1348D
Tints of Medium Red Violet #C1348D
RGB
CMYK
RGB Variations
Color information
#C1348D (or 0xC1348D) is known color: Medium Red Violet. HEX triplet: C1, 34 and 8D. RGB value is (193,52,141). Sum of RGB (Red+Green+Blue) = 193+52+141=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C1348D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1348D is #3ECB72. Grayscale: #686868. Windows color (decimal): -4115315 or 9254081. OLE color: 9254081.
HSL color Cylindrical-coordinate representation of color #C1348D: hue angle of 322.13º degrees, saturation: 0.58, 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 #C1348D is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 52 | 141 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.24 |
| HSL | 322.13º | 0.58% | 0.48% | - |
| HSV(B) | 322.13º | 0.73% | 0.76% | - |
| XYZ | 28.03 | 15.72 | 26.76 | - |
| YUV | 104.31 | 148.71 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 52 | 141 | 0 | 0.73 | 0.27 | 0.24 | 322.13 | 0.58 | 0.48 |
| Hex | C1 | 34 | 8D | 0 | 49 | 1B | 18 | 142 | 3A | 30 |
| Octal | 301 | 64 | 215 | 0 | 111 | 33 | 30 | 502 | 72 | 60 |
| Binary | 11000001 | 110100 | 10001101 | 0 | 1001001 | 11011 | 11000 | 101000010 | 111010 | 110000 |
Color Harmonies of #C1348D
Complementary color
Monochromatic Colors of #C1348D
Black with #C1348D
Text Example
Text Example
White with #C1348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1348D; }
p { color: rgb(193,52,141); }
H1.HeaderClassName
{
color: #C1348D;
}
.AnyTagClassName
{
color: #C1348D;
}
</style>
background-color css
<style>
a { background-color: #C1348D; }
a { background-color: rgb(193,52,141); }
div.DivClassName
{
background-color: #C1348D;
}
.BgClassName
{
background-color: #C1348D;
}
</style>
border-color css
<style>
span { border-color: #C1348D; }
span { border-color: rgb(193,52,141); }
td.TdClassName
{
border-color: #C1348D;
}
.TagClassName
{
border-color: #C1348D;
}
</style>