Shades of Electric Purple #CC19EE
Tints of Electric Purple #CC19EE
RGB
CMYK
RGB Variations
Color information
#CC19EE (or 0xCC19EE) is known color: Electric Purple. HEX triplet: CC, 19 and EE. RGB value is (204,25,238). Sum of RGB (Red+Green+Blue) = 204+25+238=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 25 (10.16% from 255 or 5.35% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC19EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC19EE is #33E611. Grayscale: #666666. Windows color (decimal): -3401234 or 15604172. OLE color: 15604172.
HSL color Cylindrical-coordinate representation of color #CC19EE: hue angle of 290.42º 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 #CC19EE is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 25 | 238 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.07 |
| HSL | 290.42º | 0.86% | 0.52% | - |
| HSV(B) | 290.42º | 0.89% | 0.93% | - |
| XYZ | 40.68 | 19.71 | 82.55 | - |
| YUV | 102.8 | 204.3 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 238 | 0.14 | 0.89 | 0 | 0.07 | 290.42 | 0.86 | 0.52 |
| Hex | CC | 19 | EE | E | 59 | 0 | 7 | 122 | 56 | 34 |
| Octal | 314 | 31 | 356 | 16 | 131 | 0 | 7 | 442 | 126 | 64 |
| Binary | 11001100 | 11001 | 11101110 | 1110 | 1011001 | 0 | 111 | 100100010 | 1010110 | 110100 |
Color Harmonies of #CC19EE
Complementary color
Monochromatic Colors of #CC19EE
Black with #CC19EE
Text Example
Text Example
White with #CC19EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC19EE; }
p { color: rgb(204,25,238); }
H1.HeaderClassName
{
color: #CC19EE;
}
.AnyTagClassName
{
color: #CC19EE;
}
</style>
background-color css
<style>
a { background-color: #CC19EE; }
a { background-color: rgb(204,25,238); }
div.DivClassName
{
background-color: #CC19EE;
}
.BgClassName
{
background-color: #CC19EE;
}
</style>
border-color css
<style>
span { border-color: #CC19EE; }
span { border-color: rgb(204,25,238); }
td.TdClassName
{
border-color: #CC19EE;
}
.TagClassName
{
border-color: #CC19EE;
}
</style>