Shades of Medium Red Violet #C1348F
Tints of Medium Red Violet #C1348F
RGB
CMYK
RGB Variations
Color information
#C1348F (or 0xC1348F) is known color: Medium Red Violet. HEX triplet: C1, 34 and 8F. RGB value is (193,52,143). Sum of RGB (Red+Green+Blue) = 193+52+143=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 52 (20.70% from 255 or 13.40% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C1348F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1348F is #3ECB70. Grayscale: #686868. Windows color (decimal): -4115313 or 9385153. OLE color: 9385153.
HSL color Cylindrical-coordinate representation of color #C1348F: hue angle of 321.28º 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 #C1348F is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 52 | 143 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.24 |
| HSL | 321.28º | 0.58% | 0.48% | - |
| HSV(B) | 321.28º | 0.73% | 0.76% | - |
| XYZ | 28.18 | 15.78 | 27.55 | - |
| YUV | 104.53 | 149.71 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 52 | 143 | 0 | 0.73 | 0.26 | 0.24 | 321.28 | 0.58 | 0.48 |
| Hex | C1 | 34 | 8F | 0 | 49 | 1A | 18 | 141 | 3A | 30 |
| Octal | 301 | 64 | 217 | 0 | 111 | 32 | 30 | 501 | 72 | 60 |
| Binary | 11000001 | 110100 | 10001111 | 0 | 1001001 | 11010 | 11000 | 101000001 | 111010 | 110000 |
Color Harmonies of #C1348F
Complementary color
Monochromatic Colors of #C1348F
Black with #C1348F
Text Example
Text Example
White with #C1348F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1348F; }
p { color: rgb(193,52,143); }
H1.HeaderClassName
{
color: #C1348F;
}
.AnyTagClassName
{
color: #C1348F;
}
</style>
background-color css
<style>
a { background-color: #C1348F; }
a { background-color: rgb(193,52,143); }
div.DivClassName
{
background-color: #C1348F;
}
.BgClassName
{
background-color: #C1348F;
}
</style>
border-color css
<style>
span { border-color: #C1348F; }
span { border-color: rgb(193,52,143); }
td.TdClassName
{
border-color: #C1348F;
}
.TagClassName
{
border-color: #C1348F;
}
</style>