Shades of Medium Red Violet #C1389C
Tints of Medium Red Violet #C1389C
RGB
CMYK
RGB Variations
Color information
#C1389C (or 0xC1389C) is known color: Medium Red Violet. HEX triplet: C1, 38 and 9C. RGB value is (193,56,156). Sum of RGB (Red+Green+Blue) = 193+56+156=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 56 (22.27% from 255 or 13.83% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C1389C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1389C is #3EC763. Grayscale: #6C6C6C. Windows color (decimal): -4114276 or 10238145. OLE color: 10238145.
HSL color Cylindrical-coordinate representation of color #C1389C: hue angle of 316.2º 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 #C1389C is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 56 | 156 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.24 |
| HSL | 316.2º | 0.55% | 0.49% | - |
| HSV(B) | 316.2º | 0.71% | 0.76% | - |
| XYZ | 29.41 | 16.57 | 33.1 | - |
| YUV | 108.36 | 154.89 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 56 | 156 | 0 | 0.71 | 0.19 | 0.24 | 316.2 | 0.55 | 0.49 |
| Hex | C1 | 38 | 9C | 0 | 47 | 13 | 18 | 13C | 37 | 31 |
| Octal | 301 | 70 | 234 | 0 | 107 | 23 | 30 | 474 | 67 | 61 |
| Binary | 11000001 | 111000 | 10011100 | 0 | 1000111 | 10011 | 11000 | 100111100 | 110111 | 110001 |
Color Harmonies of #C1389C
Complementary color
Monochromatic Colors of #C1389C
Black with #C1389C
Text Example
Text Example
White with #C1389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1389C; }
p { color: rgb(193,56,156); }
H1.HeaderClassName
{
color: #C1389C;
}
.AnyTagClassName
{
color: #C1389C;
}
</style>
background-color css
<style>
a { background-color: #C1389C; }
a { background-color: rgb(193,56,156); }
div.DivClassName
{
background-color: #C1389C;
}
.BgClassName
{
background-color: #C1389C;
}
</style>
border-color css
<style>
span { border-color: #C1389C; }
span { border-color: rgb(193,56,156); }
td.TdClassName
{
border-color: #C1389C;
}
.TagClassName
{
border-color: #C1389C;
}
</style>