Shades of Electric Purple #C224E9
Tints of Electric Purple #C224E9
RGB
CMYK
RGB Variations
Color information
#C224E9 (or 0xC224E9) is known color: Electric Purple. HEX triplet: C2, 24 and E9. RGB value is (194,36,233). Sum of RGB (Red+Green+Blue) = 194+36+233=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 36 (14.45% from 255 or 7.78% from 463); Blue value is 233 (91.41% from 255 or 50.32% from 463); Max value from RGB is 233 - color contains mainly: blue. Hex color #C224E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C224E9 is #3DDB16. Grayscale: #696969. Windows color (decimal): -4053783 or 15279298. OLE color: 15279298.
HSL color Cylindrical-coordinate representation of color #C224E9: hue angle of 288.12º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C224E9 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 36 | 233 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.09 |
| HSL | 288.12º | 0.82% | 0.53% | - |
| HSV(B) | 288.12º | 0.85% | 0.91% | - |
| XYZ | 37.59 | 18.61 | 78.7 | - |
| YUV | 105.7 | 199.85 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 36 | 233 | 0.17 | 0.85 | 0 | 0.09 | 288.12 | 0.82 | 0.53 |
| Hex | C2 | 24 | E9 | 11 | 55 | 0 | 9 | 120 | 52 | 35 |
| Octal | 302 | 44 | 351 | 21 | 125 | 0 | 11 | 440 | 122 | 65 |
| Binary | 11000010 | 100100 | 11101001 | 10001 | 1010101 | 0 | 1001 | 100100000 | 1010010 | 110101 |
Color Harmonies of #C224E9
Complementary color
Monochromatic Colors of #C224E9
Black with #C224E9
Text Example
Text Example
White with #C224E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C224E9; }
p { color: rgb(194,36,233); }
H1.HeaderClassName
{
color: #C224E9;
}
.AnyTagClassName
{
color: #C224E9;
}
</style>
background-color css
<style>
a { background-color: #C224E9; }
a { background-color: rgb(194,36,233); }
div.DivClassName
{
background-color: #C224E9;
}
.BgClassName
{
background-color: #C224E9;
}
</style>
border-color css
<style>
span { border-color: #C224E9; }
span { border-color: rgb(194,36,233); }
td.TdClassName
{
border-color: #C224E9;
}
.TagClassName
{
border-color: #C224E9;
}
</style>