Shades of Electric Purple #C419EE
Tints of Electric Purple #C419EE
RGB
CMYK
RGB Variations
Color information
#C419EE (or 0xC419EE) is known color: Electric Purple. HEX triplet: C4, 19 and EE. RGB value is (196,25,238). Sum of RGB (Red+Green+Blue) = 196+25+238=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 25 (10.16% from 255 or 5.45% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #C419EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C419EE is #3BE611. Grayscale: #636363. Windows color (decimal): -3925522 or 15604164. OLE color: 15604164.
HSL color Cylindrical-coordinate representation of color #C419EE: hue angle of 288.17º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C419EE is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 25 | 238 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.07 |
| HSL | 288.17º | 0.86% | 0.52% | - |
| HSV(B) | 288.17º | 0.89% | 0.93% | - |
| XYZ | 38.55 | 18.6 | 82.45 | - |
| YUV | 100.41 | 205.65 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 238 | 0.18 | 0.89 | 0 | 0.07 | 288.17 | 0.86 | 0.52 |
| Hex | C4 | 19 | EE | 12 | 59 | 0 | 7 | 120 | 56 | 34 |
| Octal | 304 | 31 | 356 | 22 | 131 | 0 | 7 | 440 | 126 | 64 |
| Binary | 11000100 | 11001 | 11101110 | 10010 | 1011001 | 0 | 111 | 100100000 | 1010110 | 110100 |
Color Harmonies of #C419EE
Complementary color
Monochromatic Colors of #C419EE
Black with #C419EE
Text Example
Text Example
White with #C419EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C419EE; }
p { color: rgb(196,25,238); }
H1.HeaderClassName
{
color: #C419EE;
}
.AnyTagClassName
{
color: #C419EE;
}
</style>
background-color css
<style>
a { background-color: #C419EE; }
a { background-color: rgb(196,25,238); }
div.DivClassName
{
background-color: #C419EE;
}
.BgClassName
{
background-color: #C419EE;
}
</style>
border-color css
<style>
span { border-color: #C419EE; }
span { border-color: rgb(196,25,238); }
td.TdClassName
{
border-color: #C419EE;
}
.TagClassName
{
border-color: #C419EE;
}
</style>