Shades of Electric Purple #C228E4
Tints of Electric Purple #C228E4
RGB
CMYK
RGB Variations
Color information
#C228E4 (or 0xC228E4) is known color: Electric Purple. HEX triplet: C2, 28 and E4. RGB value is (194,40,228). Sum of RGB (Red+Green+Blue) = 194+40+228=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 40 (16.02% from 255 or 8.66% from 462); Blue value is 228 (89.45% from 255 or 49.35% from 462); Max value from RGB is 228 - color contains mainly: blue. Hex color #C228E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C228E4 is #3DD71B. Grayscale: #6A6A6A. Windows color (decimal): -4052764 or 14952642. OLE color: 14952642.
HSL color Cylindrical-coordinate representation of color #C228E4: hue angle of 289.15º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C228E4 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 40 | 228 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.11 |
| HSL | 289.15º | 0.78% | 0.53% | - |
| HSV(B) | 289.15º | 0.82% | 0.89% | - |
| XYZ | 37.01 | 18.59 | 75.04 | - |
| YUV | 107.48 | 196.02 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 40 | 228 | 0.15 | 0.82 | 0 | 0.11 | 289.15 | 0.78 | 0.53 |
| Hex | C2 | 28 | E4 | F | 52 | 0 | B | 121 | 4E | 35 |
| Octal | 302 | 50 | 344 | 17 | 122 | 0 | 13 | 441 | 116 | 65 |
| Binary | 11000010 | 101000 | 11100100 | 1111 | 1010010 | 0 | 1011 | 100100001 | 1001110 | 110101 |
Color Harmonies of #C228E4
Complementary color
Monochromatic Colors of #C228E4
Black with #C228E4
Text Example
Text Example
White with #C228E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C228E4; }
p { color: rgb(194,40,228); }
H1.HeaderClassName
{
color: #C228E4;
}
.AnyTagClassName
{
color: #C228E4;
}
</style>
background-color css
<style>
a { background-color: #C228E4; }
a { background-color: rgb(194,40,228); }
div.DivClassName
{
background-color: #C228E4;
}
.BgClassName
{
background-color: #C228E4;
}
</style>
border-color css
<style>
span { border-color: #C228E4; }
span { border-color: rgb(194,40,228); }
td.TdClassName
{
border-color: #C228E4;
}
.TagClassName
{
border-color: #C228E4;
}
</style>