Shades of Electric Purple #C22CEF
Tints of Electric Purple #C22CEF
RGB
CMYK
RGB Variations
Color information
#C22CEF (or 0xC22CEF) is known color: Electric Purple. HEX triplet: C2, 2C and EF. RGB value is (194,44,239). Sum of RGB (Red+Green+Blue) = 194+44+239=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 44 (17.58% from 255 or 9.22% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #C22CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C22CEF is #3DD310. Grayscale: #6E6E6E. Windows color (decimal): -4051729 or 15674562. OLE color: 15674562.
HSL color Cylindrical-coordinate representation of color #C22CEF: hue angle of 286.15º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C22CEF is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 44 | 239 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.06 |
| HSL | 286.15º | 0.86% | 0.55% | - |
| HSV(B) | 286.15º | 0.82% | 0.94% | - |
| XYZ | 38.73 | 19.5 | 83.38 | - |
| YUV | 111.08 | 200.2 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 44 | 239 | 0.19 | 0.82 | 0 | 0.06 | 286.15 | 0.86 | 0.55 |
| Hex | C2 | 2C | EF | 13 | 52 | 0 | 6 | 11E | 56 | 37 |
| Octal | 302 | 54 | 357 | 23 | 122 | 0 | 6 | 436 | 126 | 67 |
| Binary | 11000010 | 101100 | 11101111 | 10011 | 1010010 | 0 | 110 | 100011110 | 1010110 | 110111 |
Color Harmonies of #C22CEF
Complementary color
Monochromatic Colors of #C22CEF
Black with #C22CEF
Text Example
Text Example
White with #C22CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22CEF; }
p { color: rgb(194,44,239); }
H1.HeaderClassName
{
color: #C22CEF;
}
.AnyTagClassName
{
color: #C22CEF;
}
</style>
background-color css
<style>
a { background-color: #C22CEF; }
a { background-color: rgb(194,44,239); }
div.DivClassName
{
background-color: #C22CEF;
}
.BgClassName
{
background-color: #C22CEF;
}
</style>
border-color css
<style>
span { border-color: #C22CEF; }
span { border-color: rgb(194,44,239); }
td.TdClassName
{
border-color: #C22CEF;
}
.TagClassName
{
border-color: #C22CEF;
}
</style>