Shades of Medium Red Violet #C1387D
Tints of Medium Red Violet #C1387D
RGB
CMYK
RGB Variations
Color information
#C1387D (or 0xC1387D) is known color: Medium Red Violet. HEX triplet: C1, 38 and 7D. RGB value is (193,56,125). Sum of RGB (Red+Green+Blue) = 193+56+125=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 56 (22.27% from 255 or 14.97% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C1387D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1387D is #3EC782. Grayscale: #686868. Windows color (decimal): -4114307 or 8206529. OLE color: 8206529.
HSL color Cylindrical-coordinate representation of color #C1387D: hue angle of 329.78º 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 #C1387D is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 56 | 125 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.24 |
| HSL | 329.78º | 0.55% | 0.49% | - |
| HSV(B) | 329.78º | 0.71% | 0.76% | - |
| XYZ | 27.11 | 15.65 | 20.99 | - |
| YUV | 104.83 | 139.39 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 56 | 125 | 0 | 0.71 | 0.35 | 0.24 | 329.78 | 0.55 | 0.49 |
| Hex | C1 | 38 | 7D | 0 | 47 | 23 | 18 | 14A | 37 | 31 |
| Octal | 301 | 70 | 175 | 0 | 107 | 43 | 30 | 512 | 67 | 61 |
| Binary | 11000001 | 111000 | 1111101 | 0 | 1000111 | 100011 | 11000 | 101001010 | 110111 | 110001 |
Color Harmonies of #C1387D
Complementary color
Monochromatic Colors of #C1387D
Black with #C1387D
Text Example
Text Example
White with #C1387D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1387D; }
p { color: rgb(193,56,125); }
H1.HeaderClassName
{
color: #C1387D;
}
.AnyTagClassName
{
color: #C1387D;
}
</style>
background-color css
<style>
a { background-color: #C1387D; }
a { background-color: rgb(193,56,125); }
div.DivClassName
{
background-color: #C1387D;
}
.BgClassName
{
background-color: #C1387D;
}
</style>
border-color css
<style>
span { border-color: #C1387D; }
span { border-color: rgb(193,56,125); }
td.TdClassName
{
border-color: #C1387D;
}
.TagClassName
{
border-color: #C1387D;
}
</style>