Shades of Electric Purple #C42AEE
Tints of Electric Purple #C42AEE
RGB
CMYK
RGB Variations
Color information
#C42AEE (or 0xC42AEE) is known color: Electric Purple. HEX triplet: C4, 2A and EE. RGB value is (196,42,238). Sum of RGB (Red+Green+Blue) = 196+42+238=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 42 (16.80% from 255 or 8.82% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #C42AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42AEE is #3BD511. Grayscale: #6D6D6D. Windows color (decimal): -3921170 or 15608516. OLE color: 15608516.
HSL color Cylindrical-coordinate representation of color #C42AEE: hue angle of 287.14º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C42AEE is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 42 | 238 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.07 |
| HSL | 287.14º | 0.85% | 0.55% | - |
| HSV(B) | 287.14º | 0.82% | 0.93% | - |
| XYZ | 39.03 | 19.56 | 82.61 | - |
| YUV | 110.39 | 200.02 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 42 | 238 | 0.18 | 0.82 | 0 | 0.07 | 287.14 | 0.85 | 0.55 |
| Hex | C4 | 2A | EE | 12 | 52 | 0 | 7 | 11F | 55 | 37 |
| Octal | 304 | 52 | 356 | 22 | 122 | 0 | 7 | 437 | 125 | 67 |
| Binary | 11000100 | 101010 | 11101110 | 10010 | 1010010 | 0 | 111 | 100011111 | 1010101 | 110111 |
Color Harmonies of #C42AEE
Complementary color
Monochromatic Colors of #C42AEE
Black with #C42AEE
Text Example
Text Example
White with #C42AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42AEE; }
p { color: rgb(196,42,238); }
H1.HeaderClassName
{
color: #C42AEE;
}
.AnyTagClassName
{
color: #C42AEE;
}
</style>
background-color css
<style>
a { background-color: #C42AEE; }
a { background-color: rgb(196,42,238); }
div.DivClassName
{
background-color: #C42AEE;
}
.BgClassName
{
background-color: #C42AEE;
}
</style>
border-color css
<style>
span { border-color: #C42AEE; }
span { border-color: rgb(196,42,238); }
td.TdClassName
{
border-color: #C42AEE;
}
.TagClassName
{
border-color: #C42AEE;
}
</style>