Shades of Electric Purple #CC29EE
Tints of Electric Purple #CC29EE
RGB
CMYK
RGB Variations
Color information
#CC29EE (or 0xCC29EE) is known color: Electric Purple. HEX triplet: CC, 29 and EE. RGB value is (204,41,238). Sum of RGB (Red+Green+Blue) = 204+41+238=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 41 (16.41% from 255 or 8.49% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC29EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC29EE is #33D611. Grayscale: #6F6F6F. Windows color (decimal): -3397138 or 15608268. OLE color: 15608268.
HSL color Cylindrical-coordinate representation of color #CC29EE: hue angle of 289.64º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC29EE is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 41 | 238 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.07 |
| HSL | 289.64º | 0.85% | 0.55% | - |
| HSV(B) | 289.64º | 0.83% | 0.93% | - |
| XYZ | 41.13 | 20.6 | 82.7 | - |
| YUV | 112.2 | 199 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 238 | 0.14 | 0.83 | 0 | 0.07 | 289.64 | 0.85 | 0.55 |
| Hex | CC | 29 | EE | E | 53 | 0 | 7 | 122 | 55 | 37 |
| Octal | 314 | 51 | 356 | 16 | 123 | 0 | 7 | 442 | 125 | 67 |
| Binary | 11001100 | 101001 | 11101110 | 1110 | 1010011 | 0 | 111 | 100100010 | 1010101 | 110111 |
Color Harmonies of #CC29EE
Complementary color
Monochromatic Colors of #CC29EE
Black with #CC29EE
Text Example
Text Example
White with #CC29EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC29EE; }
p { color: rgb(204,41,238); }
H1.HeaderClassName
{
color: #CC29EE;
}
.AnyTagClassName
{
color: #CC29EE;
}
</style>
background-color css
<style>
a { background-color: #CC29EE; }
a { background-color: rgb(204,41,238); }
div.DivClassName
{
background-color: #CC29EE;
}
.BgClassName
{
background-color: #CC29EE;
}
</style>
border-color css
<style>
span { border-color: #CC29EE; }
span { border-color: rgb(204,41,238); }
td.TdClassName
{
border-color: #CC29EE;
}
.TagClassName
{
border-color: #CC29EE;
}
</style>