Shades of Medium Red Violet #C22EA4
Tints of Medium Red Violet #C22EA4
RGB
CMYK
RGB Variations
Color information
#C22EA4 (or 0xC22EA4) is known color: Medium Red Violet. HEX triplet: C2, 2E and A4. RGB value is (194,46,164). Sum of RGB (Red+Green+Blue) = 194+46+164=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 46 (18.36% from 255 or 11.39% from 404); Blue value is 164 (64.45% from 255 or 40.59% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C22EA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22EA4 is #3DD15B. Grayscale: #676767. Windows color (decimal): -4051292 or 10759874. OLE color: 10759874.
HSL color Cylindrical-coordinate representation of color #C22EA4: hue angle of 312.16º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C22EA4 is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 46 | 164 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.24 |
| HSL | 312.16º | 0.62% | 0.47% | - |
| HSV(B) | 312.16º | 0.76% | 0.76% | - |
| XYZ | 29.93 | 16.1 | 36.65 | - |
| YUV | 103.7 | 162.03 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 46 | 164 | 0 | 0.76 | 0.15 | 0.24 | 312.16 | 0.62 | 0.47 |
| Hex | C2 | 2E | A4 | 0 | 4C | F | 18 | 138 | 3E | 2F |
| Octal | 302 | 56 | 244 | 0 | 114 | 17 | 30 | 470 | 76 | 57 |
| Binary | 11000010 | 101110 | 10100100 | 0 | 1001100 | 1111 | 11000 | 100111000 | 111110 | 101111 |
Color Harmonies of #C22EA4
Complementary color
Monochromatic Colors of #C22EA4
Black with #C22EA4
Text Example
Text Example
White with #C22EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22EA4; }
p { color: rgb(194,46,164); }
H1.HeaderClassName
{
color: #C22EA4;
}
.AnyTagClassName
{
color: #C22EA4;
}
</style>
background-color css
<style>
a { background-color: #C22EA4; }
a { background-color: rgb(194,46,164); }
div.DivClassName
{
background-color: #C22EA4;
}
.BgClassName
{
background-color: #C22EA4;
}
</style>
border-color css
<style>
span { border-color: #C22EA4; }
span { border-color: rgb(194,46,164); }
td.TdClassName
{
border-color: #C22EA4;
}
.TagClassName
{
border-color: #C22EA4;
}
</style>