Shades of Electric Purple #CC2AED
Tints of Electric Purple #CC2AED
RGB
CMYK
RGB Variations
Color information
#CC2AED (or 0xCC2AED) is known color: Electric Purple. HEX triplet: CC, 2A and ED. RGB value is (204,42,237). Sum of RGB (Red+Green+Blue) = 204+42+237=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 42 (16.80% from 255 or 8.70% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC2AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2AED is #33D512. Grayscale: #707070. Windows color (decimal): -3396883 or 15542988. OLE color: 15542988.
HSL color Cylindrical-coordinate representation of color #CC2AED: hue angle of 289.85º degrees, saturation: 0.84, 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 #CC2AED is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 42 | 237 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.07 |
| HSL | 289.85º | 0.84% | 0.55% | - |
| HSV(B) | 289.85º | 0.82% | 0.93% | - |
| XYZ | 41.02 | 20.61 | 81.94 | - |
| YUV | 112.67 | 198.17 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 42 | 237 | 0.14 | 0.82 | 0 | 0.07 | 289.85 | 0.84 | 0.55 |
| Hex | CC | 2A | ED | E | 52 | 0 | 7 | 122 | 54 | 37 |
| Octal | 314 | 52 | 355 | 16 | 122 | 0 | 7 | 442 | 124 | 67 |
| Binary | 11001100 | 101010 | 11101101 | 1110 | 1010010 | 0 | 111 | 100100010 | 1010100 | 110111 |
Color Harmonies of #CC2AED
Complementary color
Monochromatic Colors of #CC2AED
Black with #CC2AED
Text Example
Text Example
White with #CC2AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2AED; }
p { color: rgb(204,42,237); }
H1.HeaderClassName
{
color: #CC2AED;
}
.AnyTagClassName
{
color: #CC2AED;
}
</style>
background-color css
<style>
a { background-color: #CC2AED; }
a { background-color: rgb(204,42,237); }
div.DivClassName
{
background-color: #CC2AED;
}
.BgClassName
{
background-color: #CC2AED;
}
</style>
border-color css
<style>
span { border-color: #CC2AED; }
span { border-color: rgb(204,42,237); }
td.TdClassName
{
border-color: #CC2AED;
}
.TagClassName
{
border-color: #CC2AED;
}
</style>