Shades of Medium Red Violet #C138A0
Tints of Medium Red Violet #C138A0
RGB
CMYK
RGB Variations
Color information
#C138A0 (or 0xC138A0) is known color: Medium Red Violet. HEX triplet: C1, 38 and A0. RGB value is (193,56,160). Sum of RGB (Red+Green+Blue) = 193+56+160=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 56 (22.27% from 255 or 13.69% from 409); Blue value is 160 (62.89% from 255 or 39.12% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C138A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C138A0 is #3EC75F. Grayscale: #6C6C6C. Windows color (decimal): -4114272 or 10500289. OLE color: 10500289.
HSL color Cylindrical-coordinate representation of color #C138A0: hue angle of 314.45º 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 #C138A0 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 56 | 160 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.24 |
| HSL | 314.45º | 0.55% | 0.49% | - |
| HSV(B) | 314.45º | 0.71% | 0.76% | - |
| XYZ | 29.75 | 16.7 | 34.91 | - |
| YUV | 108.82 | 156.89 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 56 | 160 | 0 | 0.71 | 0.17 | 0.24 | 314.45 | 0.55 | 0.49 |
| Hex | C1 | 38 | A0 | 0 | 47 | 11 | 18 | 13A | 37 | 31 |
| Octal | 301 | 70 | 240 | 0 | 107 | 21 | 30 | 472 | 67 | 61 |
| Binary | 11000001 | 111000 | 10100000 | 0 | 1000111 | 10001 | 11000 | 100111010 | 110111 | 110001 |
Color Harmonies of #C138A0
Complementary color
Monochromatic Colors of #C138A0
Black with #C138A0
Text Example
Text Example
White with #C138A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C138A0; }
p { color: rgb(193,56,160); }
H1.HeaderClassName
{
color: #C138A0;
}
.AnyTagClassName
{
color: #C138A0;
}
</style>
background-color css
<style>
a { background-color: #C138A0; }
a { background-color: rgb(193,56,160); }
div.DivClassName
{
background-color: #C138A0;
}
.BgClassName
{
background-color: #C138A0;
}
</style>
border-color css
<style>
span { border-color: #C138A0; }
span { border-color: rgb(193,56,160); }
td.TdClassName
{
border-color: #C138A0;
}
.TagClassName
{
border-color: #C138A0;
}
</style>