Shades of Electric Purple #C224EA
Tints of Electric Purple #C224EA
RGB
CMYK
RGB Variations
Color information
#C224EA (or 0xC224EA) is known color: Electric Purple. HEX triplet: C2, 24 and EA. RGB value is (194,36,234). Sum of RGB (Red+Green+Blue) = 194+36+234=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 36 (14.45% from 255 or 7.76% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #C224EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C224EA is #3DDB15. Grayscale: #696969. Windows color (decimal): -4053782 or 15344834. OLE color: 15344834.
HSL color Cylindrical-coordinate representation of color #C224EA: hue angle of 287.88º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C224EA is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 36 | 234 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.08 |
| HSL | 287.88º | 0.83% | 0.53% | - |
| HSV(B) | 287.88º | 0.85% | 0.92% | - |
| XYZ | 37.73 | 18.67 | 79.46 | - |
| YUV | 105.81 | 200.35 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 36 | 234 | 0.17 | 0.85 | 0 | 0.08 | 287.88 | 0.83 | 0.53 |
| Hex | C2 | 24 | EA | 11 | 55 | 0 | 8 | 120 | 52 | 35 |
| Octal | 302 | 44 | 352 | 21 | 125 | 0 | 10 | 440 | 122 | 65 |
| Binary | 11000010 | 100100 | 11101010 | 10001 | 1010101 | 0 | 1000 | 100100000 | 1010010 | 110101 |
Color Harmonies of #C224EA
Complementary color
Monochromatic Colors of #C224EA
Black with #C224EA
Text Example
Text Example
White with #C224EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C224EA; }
p { color: rgb(194,36,234); }
H1.HeaderClassName
{
color: #C224EA;
}
.AnyTagClassName
{
color: #C224EA;
}
</style>
background-color css
<style>
a { background-color: #C224EA; }
a { background-color: rgb(194,36,234); }
div.DivClassName
{
background-color: #C224EA;
}
.BgClassName
{
background-color: #C224EA;
}
</style>
border-color css
<style>
span { border-color: #C224EA; }
span { border-color: rgb(194,36,234); }
td.TdClassName
{
border-color: #C224EA;
}
.TagClassName
{
border-color: #C224EA;
}
</style>