Shades of Electric Purple #C42EF7
Tints of Electric Purple #C42EF7
RGB
CMYK
RGB Variations
Color information
#C42EF7 (or 0xC42EF7) is known color: Electric Purple. HEX triplet: C4, 2E and F7. RGB value is (196,46,247). Sum of RGB (Red+Green+Blue) = 196+46+247=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 46 (18.36% from 255 or 9.41% from 489); Blue value is 247 (96.88% from 255 or 50.51% from 489); Max value from RGB is 247 - color contains mainly: blue. Hex color #C42EF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42EF7 is #3BD108. Grayscale: #717171. Windows color (decimal): -3920137 or 16199364. OLE color: 16199364.
HSL color Cylindrical-coordinate representation of color #C42EF7: hue angle of 284.78º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42EF7 is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 196 | 46 | 247 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.03 |
| HSL | 284.78º | 0.93% | 0.57% | - |
| HSV(B) | 284.78º | 0.81% | 0.97% | - |
| XYZ | 40.53 | 20.41 | 89.8 | - |
| YUV | 113.76 | 203.2 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 46 | 247 | 0.21 | 0.81 | 0 | 0.03 | 284.78 | 0.93 | 0.57 |
| Hex | C4 | 2E | F7 | 15 | 51 | 0 | 3 | 11D | 5D | 39 |
| Octal | 304 | 56 | 367 | 25 | 121 | 0 | 3 | 435 | 135 | 71 |
| Binary | 11000100 | 101110 | 11110111 | 10101 | 1010001 | 0 | 11 | 100011101 | 1011101 | 111001 |
Color Harmonies of #C42EF7
Complementary color
Monochromatic Colors of #C42EF7
Black with #C42EF7
Text Example
Text Example
White with #C42EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42EF7; }
p { color: rgb(196,46,247); }
H1.HeaderClassName
{
color: #C42EF7;
}
.AnyTagClassName
{
color: #C42EF7;
}
</style>
background-color css
<style>
a { background-color: #C42EF7; }
a { background-color: rgb(196,46,247); }
div.DivClassName
{
background-color: #C42EF7;
}
.BgClassName
{
background-color: #C42EF7;
}
</style>
border-color css
<style>
span { border-color: #C42EF7; }
span { border-color: rgb(196,46,247); }
td.TdClassName
{
border-color: #C42EF7;
}
.TagClassName
{
border-color: #C42EF7;
}
</style>