Shades of Electric Purple #C229EF
Tints of Electric Purple #C229EF
RGB
CMYK
RGB Variations
Color information
#C229EF (or 0xC229EF) is known color: Electric Purple. HEX triplet: C2, 29 and EF. RGB value is (194,41,239). Sum of RGB (Red+Green+Blue) = 194+41+239=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 41 (16.41% from 255 or 8.65% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #C229EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C229EF is #3DD610. Grayscale: #6C6C6C. Windows color (decimal): -4052497 or 15673794. OLE color: 15673794.
HSL color Cylindrical-coordinate representation of color #C229EF: hue angle of 286.36º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C229EF is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 41 | 239 | - |
| CMYK | 0.19 | 0.83 | 0 | 0.06 |
| HSL | 286.36º | 0.86% | 0.55% | - |
| HSV(B) | 286.36º | 0.83% | 0.94% | - |
| XYZ | 38.62 | 19.29 | 83.35 | - |
| YUV | 109.32 | 201.19 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 41 | 239 | 0.19 | 0.83 | 0 | 0.06 | 286.36 | 0.86 | 0.55 |
| Hex | C2 | 29 | EF | 13 | 53 | 0 | 6 | 11E | 56 | 37 |
| Octal | 302 | 51 | 357 | 23 | 123 | 0 | 6 | 436 | 126 | 67 |
| Binary | 11000010 | 101001 | 11101111 | 10011 | 1010011 | 0 | 110 | 100011110 | 1010110 | 110111 |
Color Harmonies of #C229EF
Complementary color
Monochromatic Colors of #C229EF
Black with #C229EF
Text Example
Text Example
White with #C229EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C229EF; }
p { color: rgb(194,41,239); }
H1.HeaderClassName
{
color: #C229EF;
}
.AnyTagClassName
{
color: #C229EF;
}
</style>
background-color css
<style>
a { background-color: #C229EF; }
a { background-color: rgb(194,41,239); }
div.DivClassName
{
background-color: #C229EF;
}
.BgClassName
{
background-color: #C229EF;
}
</style>
border-color css
<style>
span { border-color: #C229EF; }
span { border-color: rgb(194,41,239); }
td.TdClassName
{
border-color: #C229EF;
}
.TagClassName
{
border-color: #C229EF;
}
</style>