Shades of Electric Purple #CC29ED
Tints of Electric Purple #CC29ED
RGB
CMYK
RGB Variations
Color information
#CC29ED (or 0xCC29ED) is known color: Electric Purple. HEX triplet: CC, 29 and ED. RGB value is (204,41,237). Sum of RGB (Red+Green+Blue) = 204+41+237=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 41 (16.41% from 255 or 8.51% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC29ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC29ED is #33D612. Grayscale: #6F6F6F. Windows color (decimal): -3397139 or 15542732. OLE color: 15542732.
HSL color Cylindrical-coordinate representation of color #CC29ED: hue angle of 289.9º degrees, saturation: 0.84, 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 #CC29ED is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 41 | 237 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.07 |
| HSL | 289.9º | 0.84% | 0.55% | - |
| HSV(B) | 289.9º | 0.83% | 0.93% | - |
| XYZ | 40.98 | 20.54 | 81.93 | - |
| YUV | 112.08 | 198.5 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 237 | 0.14 | 0.83 | 0 | 0.07 | 289.9 | 0.84 | 0.55 |
| Hex | CC | 29 | ED | E | 53 | 0 | 7 | 122 | 54 | 37 |
| Octal | 314 | 51 | 355 | 16 | 123 | 0 | 7 | 442 | 124 | 67 |
| Binary | 11001100 | 101001 | 11101101 | 1110 | 1010011 | 0 | 111 | 100100010 | 1010100 | 110111 |
Color Harmonies of #CC29ED
Complementary color
Monochromatic Colors of #CC29ED
Black with #CC29ED
Text Example
Text Example
White with #CC29ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC29ED; }
p { color: rgb(204,41,237); }
H1.HeaderClassName
{
color: #CC29ED;
}
.AnyTagClassName
{
color: #CC29ED;
}
</style>
background-color css
<style>
a { background-color: #CC29ED; }
a { background-color: rgb(204,41,237); }
div.DivClassName
{
background-color: #CC29ED;
}
.BgClassName
{
background-color: #CC29ED;
}
</style>
border-color css
<style>
span { border-color: #CC29ED; }
span { border-color: rgb(204,41,237); }
td.TdClassName
{
border-color: #CC29ED;
}
.TagClassName
{
border-color: #CC29ED;
}
</style>