Shades of Medium Red Violet #C239A1
Tints of Medium Red Violet #C239A1
RGB
CMYK
RGB Variations
Color information
#C239A1 (or 0xC239A1) is known color: Medium Red Violet. HEX triplet: C2, 39 and A1. RGB value is (194,57,161). Sum of RGB (Red+Green+Blue) = 194+57+161=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 57 (22.66% from 255 or 13.83% from 412); Blue value is 161 (63.28% from 255 or 39.08% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C239A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C239A1 is #3DC65E. Grayscale: #6D6D6D. Windows color (decimal): -4048479 or 10566082. OLE color: 10566082.
HSL color Cylindrical-coordinate representation of color #C239A1: 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 #C239A1 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 57 | 161 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.24 |
| HSL | 314.45º | 0.55% | 0.49% | - |
| HSV(B) | 314.45º | 0.71% | 0.76% | - |
| XYZ | 30.14 | 16.97 | 35.4 | - |
| YUV | 109.82 | 156.89 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 161 | 0 | 0.71 | 0.17 | 0.24 | 314.45 | 0.55 | 0.49 |
| Hex | C2 | 39 | A1 | 0 | 47 | 11 | 18 | 13A | 37 | 31 |
| Octal | 302 | 71 | 241 | 0 | 107 | 21 | 30 | 472 | 67 | 61 |
| Binary | 11000010 | 111001 | 10100001 | 0 | 1000111 | 10001 | 11000 | 100111010 | 110111 | 110001 |
Color Harmonies of #C239A1
Complementary color
Monochromatic Colors of #C239A1
Black with #C239A1
Text Example
Text Example
White with #C239A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C239A1; }
p { color: rgb(194,57,161); }
H1.HeaderClassName
{
color: #C239A1;
}
.AnyTagClassName
{
color: #C239A1;
}
</style>
background-color css
<style>
a { background-color: #C239A1; }
a { background-color: rgb(194,57,161); }
div.DivClassName
{
background-color: #C239A1;
}
.BgClassName
{
background-color: #C239A1;
}
</style>
border-color css
<style>
span { border-color: #C239A1; }
span { border-color: rgb(194,57,161); }
td.TdClassName
{
border-color: #C239A1;
}
.TagClassName
{
border-color: #C239A1;
}
</style>