Shades of Electric Purple #C42CEE
Tints of Electric Purple #C42CEE
RGB
CMYK
RGB Variations
Color information
#C42CEE (or 0xC42CEE) is known color: Electric Purple. HEX triplet: C4, 2C and EE. RGB value is (196,44,238). Sum of RGB (Red+Green+Blue) = 196+44+238=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 44 (17.58% from 255 or 9.21% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #C42CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42CEE is #3BD311. Grayscale: #6E6E6E. Windows color (decimal): -3920658 or 15609028. OLE color: 15609028.
HSL color Cylindrical-coordinate representation of color #C42CEE: hue angle of 287.01º 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 #C42CEE is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 44 | 238 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.07 |
| HSL | 287.01º | 0.85% | 0.55% | - |
| HSV(B) | 287.01º | 0.82% | 0.93% | - |
| XYZ | 39.1 | 19.71 | 82.63 | - |
| YUV | 111.56 | 199.36 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 44 | 238 | 0.18 | 0.82 | 0 | 0.07 | 287.01 | 0.85 | 0.55 |
| Hex | C4 | 2C | EE | 12 | 52 | 0 | 7 | 11F | 55 | 37 |
| Octal | 304 | 54 | 356 | 22 | 122 | 0 | 7 | 437 | 125 | 67 |
| Binary | 11000100 | 101100 | 11101110 | 10010 | 1010010 | 0 | 111 | 100011111 | 1010101 | 110111 |
Color Harmonies of #C42CEE
Complementary color
Monochromatic Colors of #C42CEE
Black with #C42CEE
Text Example
Text Example
White with #C42CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42CEE; }
p { color: rgb(196,44,238); }
H1.HeaderClassName
{
color: #C42CEE;
}
.AnyTagClassName
{
color: #C42CEE;
}
</style>
background-color css
<style>
a { background-color: #C42CEE; }
a { background-color: rgb(196,44,238); }
div.DivClassName
{
background-color: #C42CEE;
}
.BgClassName
{
background-color: #C42CEE;
}
</style>
border-color css
<style>
span { border-color: #C42CEE; }
span { border-color: rgb(196,44,238); }
td.TdClassName
{
border-color: #C42CEE;
}
.TagClassName
{
border-color: #C42CEE;
}
</style>