Shades of Electric Purple #C42EEF
Tints of Electric Purple #C42EEF
RGB
CMYK
RGB Variations
Color information
#C42EEF (or 0xC42EEF) is known color: Electric Purple. HEX triplet: C4, 2E and EF. RGB value is (196,46,239). Sum of RGB (Red+Green+Blue) = 196+46+239=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 46 (18.36% from 255 or 9.56% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #C42EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42EEF is #3BD110. Grayscale: #707070. Windows color (decimal): -3920145 or 15675076. OLE color: 15675076.
HSL color Cylindrical-coordinate representation of color #C42EEF: hue angle of 286.63º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42EEF is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 46 | 239 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.06 |
| HSL | 286.63º | 0.86% | 0.56% | - |
| HSV(B) | 286.63º | 0.81% | 0.94% | - |
| XYZ | 39.32 | 19.92 | 83.43 | - |
| YUV | 112.85 | 199.2 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 46 | 239 | 0.18 | 0.81 | 0 | 0.06 | 286.63 | 0.86 | 0.56 |
| Hex | C4 | 2E | EF | 12 | 51 | 0 | 6 | 11F | 56 | 38 |
| Octal | 304 | 56 | 357 | 22 | 121 | 0 | 6 | 437 | 126 | 70 |
| Binary | 11000100 | 101110 | 11101111 | 10010 | 1010001 | 0 | 110 | 100011111 | 1010110 | 111000 |
Color Harmonies of #C42EEF
Complementary color
Monochromatic Colors of #C42EEF
Black with #C42EEF
Text Example
Text Example
White with #C42EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42EEF; }
p { color: rgb(196,46,239); }
H1.HeaderClassName
{
color: #C42EEF;
}
.AnyTagClassName
{
color: #C42EEF;
}
</style>
background-color css
<style>
a { background-color: #C42EEF; }
a { background-color: rgb(196,46,239); }
div.DivClassName
{
background-color: #C42EEF;
}
.BgClassName
{
background-color: #C42EEF;
}
</style>
border-color css
<style>
span { border-color: #C42EEF; }
span { border-color: rgb(196,46,239); }
td.TdClassName
{
border-color: #C42EEF;
}
.TagClassName
{
border-color: #C42EEF;
}
</style>