Shades of Medium Red Violet #C139A0
Tints of Medium Red Violet #C139A0
RGB
CMYK
RGB Variations
Color information
#C139A0 (or 0xC139A0) is known color: Medium Red Violet. HEX triplet: C1, 39 and A0. RGB value is (193,57,160). Sum of RGB (Red+Green+Blue) = 193+57+160=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 57 (22.66% from 255 or 13.90% from 410); Blue value is 160 (62.89% from 255 or 39.02% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C139A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C139A0 is #3EC65F. Grayscale: #6D6D6D. Windows color (decimal): -4114016 or 10500545. OLE color: 10500545.
HSL color Cylindrical-coordinate representation of color #C139A0: hue angle of 314.56º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C139A0 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 57 | 160 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.24 |
| HSL | 314.56º | 0.54% | 0.49% | - |
| HSV(B) | 314.56º | 0.7% | 0.76% | - |
| XYZ | 29.8 | 16.8 | 34.93 | - |
| YUV | 109.41 | 156.56 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 57 | 160 | 0 | 0.70 | 0.17 | 0.24 | 314.56 | 0.54 | 0.49 |
| Hex | C1 | 39 | A0 | 0 | 46 | 11 | 18 | 13B | 36 | 31 |
| Octal | 301 | 71 | 240 | 0 | 106 | 21 | 30 | 473 | 66 | 61 |
| Binary | 11000001 | 111001 | 10100000 | 0 | 1000110 | 10001 | 11000 | 100111011 | 110110 | 110001 |
Color Harmonies of #C139A0
Complementary color
Monochromatic Colors of #C139A0
Black with #C139A0
Text Example
Text Example
White with #C139A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C139A0; }
p { color: rgb(193,57,160); }
H1.HeaderClassName
{
color: #C139A0;
}
.AnyTagClassName
{
color: #C139A0;
}
</style>
background-color css
<style>
a { background-color: #C139A0; }
a { background-color: rgb(193,57,160); }
div.DivClassName
{
background-color: #C139A0;
}
.BgClassName
{
background-color: #C139A0;
}
</style>
border-color css
<style>
span { border-color: #C139A0; }
span { border-color: rgb(193,57,160); }
td.TdClassName
{
border-color: #C139A0;
}
.TagClassName
{
border-color: #C139A0;
}
</style>