Shades of Medium Red Violet #C1378F
Tints of Medium Red Violet #C1378F
RGB
CMYK
RGB Variations
Color information
#C1378F (or 0xC1378F) is known color: Medium Red Violet. HEX triplet: C1, 37 and 8F. RGB value is (193,55,143). Sum of RGB (Red+Green+Blue) = 193+55+143=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 55 (21.88% from 255 or 14.07% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C1378F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1378F is #3EC870. Grayscale: #6A6A6A. Windows color (decimal): -4114545 or 9385921. OLE color: 9385921.
HSL color Cylindrical-coordinate representation of color #C1378F: hue angle of 321.74º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C1378F is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 55 | 143 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.24 |
| HSL | 321.74º | 0.56% | 0.49% | - |
| HSV(B) | 321.74º | 0.72% | 0.76% | - |
| XYZ | 28.32 | 16.05 | 27.59 | - |
| YUV | 106.29 | 148.72 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 143 | 0 | 0.72 | 0.26 | 0.24 | 321.74 | 0.56 | 0.49 |
| Hex | C1 | 37 | 8F | 0 | 48 | 1A | 18 | 142 | 38 | 31 |
| Octal | 301 | 67 | 217 | 0 | 110 | 32 | 30 | 502 | 70 | 61 |
| Binary | 11000001 | 110111 | 10001111 | 0 | 1001000 | 11010 | 11000 | 101000010 | 111000 | 110001 |
Color Harmonies of #C1378F
Complementary color
Monochromatic Colors of #C1378F
Black with #C1378F
Text Example
Text Example
White with #C1378F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1378F; }
p { color: rgb(193,55,143); }
H1.HeaderClassName
{
color: #C1378F;
}
.AnyTagClassName
{
color: #C1378F;
}
</style>
background-color css
<style>
a { background-color: #C1378F; }
a { background-color: rgb(193,55,143); }
div.DivClassName
{
background-color: #C1378F;
}
.BgClassName
{
background-color: #C1378F;
}
</style>
border-color css
<style>
span { border-color: #C1378F; }
span { border-color: rgb(193,55,143); }
td.TdClassName
{
border-color: #C1378F;
}
.TagClassName
{
border-color: #C1378F;
}
</style>