Shades of Medium Red Violet #C139A2
Tints of Medium Red Violet #C139A2
RGB
CMYK
RGB Variations
Color information
#C139A2 (or 0xC139A2) is known color: Medium Red Violet. HEX triplet: C1, 39 and A2. RGB value is (193,57,162). Sum of RGB (Red+Green+Blue) = 193+57+162=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 57 (22.66% from 255 or 13.83% from 412); Blue value is 162 (63.67% from 255 or 39.32% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C139A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C139A2 is #3EC65D. Grayscale: #6D6D6D. Windows color (decimal): -4114014 or 10631617. OLE color: 10631617.
HSL color Cylindrical-coordinate representation of color #C139A2: hue angle of 313.68º 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 #C139A2 is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 57 | 162 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.24 |
| HSL | 313.68º | 0.54% | 0.49% | - |
| HSV(B) | 313.68º | 0.7% | 0.76% | - |
| XYZ | 29.98 | 16.87 | 35.86 | - |
| YUV | 109.63 | 157.56 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 57 | 162 | 0 | 0.70 | 0.16 | 0.24 | 313.68 | 0.54 | 0.49 |
| Hex | C1 | 39 | A2 | 0 | 46 | 10 | 18 | 13A | 36 | 31 |
| Octal | 301 | 71 | 242 | 0 | 106 | 20 | 30 | 472 | 66 | 61 |
| Binary | 11000001 | 111001 | 10100010 | 0 | 1000110 | 10000 | 11000 | 100111010 | 110110 | 110001 |
Color Harmonies of #C139A2
Complementary color
Monochromatic Colors of #C139A2
Black with #C139A2
Text Example
Text Example
White with #C139A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C139A2; }
p { color: rgb(193,57,162); }
H1.HeaderClassName
{
color: #C139A2;
}
.AnyTagClassName
{
color: #C139A2;
}
</style>
background-color css
<style>
a { background-color: #C139A2; }
a { background-color: rgb(193,57,162); }
div.DivClassName
{
background-color: #C139A2;
}
.BgClassName
{
background-color: #C139A2;
}
</style>
border-color css
<style>
span { border-color: #C139A2; }
span { border-color: rgb(193,57,162); }
td.TdClassName
{
border-color: #C139A2;
}
.TagClassName
{
border-color: #C139A2;
}
</style>