Shades of Medium Red Violet #C239A0
Tints of Medium Red Violet #C239A0
RGB
CMYK
RGB Variations
Color information
#C239A0 (or 0xC239A0) is known color: Medium Red Violet. HEX triplet: C2, 39 and A0. RGB value is (194,57,160). Sum of RGB (Red+Green+Blue) = 194+57+160=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 57 (22.66% from 255 or 13.87% from 411); Blue value is 160 (62.89% from 255 or 38.93% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C239A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C239A0 is #3DC65F. Grayscale: #6D6D6D. Windows color (decimal): -4048480 or 10500546. OLE color: 10500546.
HSL color Cylindrical-coordinate representation of color #C239A0: hue angle of 314.89º 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 #C239A0 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 57 | 160 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.24 |
| HSL | 314.89º | 0.55% | 0.49% | - |
| HSV(B) | 314.89º | 0.71% | 0.76% | - |
| XYZ | 30.06 | 16.93 | 34.94 | - |
| YUV | 109.71 | 156.39 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 160 | 0 | 0.71 | 0.18 | 0.24 | 314.89 | 0.55 | 0.49 |
| Hex | C2 | 39 | A0 | 0 | 47 | 12 | 18 | 13B | 37 | 31 |
| Octal | 302 | 71 | 240 | 0 | 107 | 22 | 30 | 473 | 67 | 61 |
| Binary | 11000010 | 111001 | 10100000 | 0 | 1000111 | 10010 | 11000 | 100111011 | 110111 | 110001 |
Color Harmonies of #C239A0
Complementary color
Monochromatic Colors of #C239A0
Black with #C239A0
Text Example
Text Example
White with #C239A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C239A0; }
p { color: rgb(194,57,160); }
H1.HeaderClassName
{
color: #C239A0;
}
.AnyTagClassName
{
color: #C239A0;
}
</style>
background-color css
<style>
a { background-color: #C239A0; }
a { background-color: rgb(194,57,160); }
div.DivClassName
{
background-color: #C239A0;
}
.BgClassName
{
background-color: #C239A0;
}
</style>
border-color css
<style>
span { border-color: #C239A0; }
span { border-color: rgb(194,57,160); }
td.TdClassName
{
border-color: #C239A0;
}
.TagClassName
{
border-color: #C239A0;
}
</style>