Shades of Electric Purple #C224EE
Tints of Electric Purple #C224EE
RGB
CMYK
RGB Variations
Color information
#C224EE (or 0xC224EE) is known color: Electric Purple. HEX triplet: C2, 24 and EE. RGB value is (194,36,238). Sum of RGB (Red+Green+Blue) = 194+36+238=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 36 (14.45% from 255 or 7.69% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #C224EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C224EE is #3DDB11. Grayscale: #696969. Windows color (decimal): -4053778 or 15606978. OLE color: 15606978.
HSL color Cylindrical-coordinate representation of color #C224EE: hue angle of 286.93º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C224EE is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 36 | 238 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.07 |
| HSL | 286.93º | 0.86% | 0.54% | - |
| HSV(B) | 286.93º | 0.85% | 0.93% | - |
| XYZ | 38.31 | 18.9 | 82.52 | - |
| YUV | 106.27 | 202.35 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 36 | 238 | 0.18 | 0.85 | 0 | 0.07 | 286.93 | 0.86 | 0.54 |
| Hex | C2 | 24 | EE | 12 | 55 | 0 | 7 | 11F | 56 | 36 |
| Octal | 302 | 44 | 356 | 22 | 125 | 0 | 7 | 437 | 126 | 66 |
| Binary | 11000010 | 100100 | 11101110 | 10010 | 1010101 | 0 | 111 | 100011111 | 1010110 | 110110 |
Color Harmonies of #C224EE
Complementary color
Monochromatic Colors of #C224EE
Black with #C224EE
Text Example
Text Example
White with #C224EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C224EE; }
p { color: rgb(194,36,238); }
H1.HeaderClassName
{
color: #C224EE;
}
.AnyTagClassName
{
color: #C224EE;
}
</style>
background-color css
<style>
a { background-color: #C224EE; }
a { background-color: rgb(194,36,238); }
div.DivClassName
{
background-color: #C224EE;
}
.BgClassName
{
background-color: #C224EE;
}
</style>
border-color css
<style>
span { border-color: #C224EE; }
span { border-color: rgb(194,36,238); }
td.TdClassName
{
border-color: #C224EE;
}
.TagClassName
{
border-color: #C224EE;
}
</style>