Shades of Medium Red Violet #C1387C
Tints of Medium Red Violet #C1387C
RGB
CMYK
RGB Variations
Color information
#C1387C (or 0xC1387C) is known color: Medium Red Violet. HEX triplet: C1, 38 and 7C. RGB value is (193,56,124). Sum of RGB (Red+Green+Blue) = 193+56+124=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C1387C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1387C is #3EC783. Grayscale: #686868. Windows color (decimal): -4114308 or 8140993. OLE color: 8140993.
HSL color Cylindrical-coordinate representation of color #C1387C: hue angle of 330.22º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C1387C is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 56 | 124 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.24 |
| HSL | 330.22º | 0.55% | 0.49% | - |
| HSV(B) | 330.22º | 0.71% | 0.76% | - |
| XYZ | 27.04 | 15.62 | 20.66 | - |
| YUV | 104.72 | 138.89 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 56 | 124 | 0 | 0.71 | 0.36 | 0.24 | 330.22 | 0.55 | 0.49 |
| Hex | C1 | 38 | 7C | 0 | 47 | 24 | 18 | 14A | 37 | 31 |
| Octal | 301 | 70 | 174 | 0 | 107 | 44 | 30 | 512 | 67 | 61 |
| Binary | 11000001 | 111000 | 1111100 | 0 | 1000111 | 100100 | 11000 | 101001010 | 110111 | 110001 |
Color Harmonies of #C1387C
Complementary color
Monochromatic Colors of #C1387C
Black with #C1387C
Text Example
Text Example
White with #C1387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1387C; }
p { color: rgb(193,56,124); }
H1.HeaderClassName
{
color: #C1387C;
}
.AnyTagClassName
{
color: #C1387C;
}
</style>
background-color css
<style>
a { background-color: #C1387C; }
a { background-color: rgb(193,56,124); }
div.DivClassName
{
background-color: #C1387C;
}
.BgClassName
{
background-color: #C1387C;
}
</style>
border-color css
<style>
span { border-color: #C1387C; }
span { border-color: rgb(193,56,124); }
td.TdClassName
{
border-color: #C1387C;
}
.TagClassName
{
border-color: #C1387C;
}
</style>