#CC24EE

Color #CC24EE Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #CC24EE

Tints of Electric Purple #CC24EE

Color information

#CC24EE (or 0xCC24EE) is unknown color: approx Electric Purple. HEX triplet: CC, 24 and EE. RGB value is (204,36,238). Sum of RGB (Red+Green+Blue) = 204+36+238=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 36 (14.45% from 255 or 7.53% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC24EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC24EE is #33DB11. Grayscale: #6C6C6C. Windows color (decimal): -3398418 or 15606988. OLE color: 15606988.

HSL color Cylindrical-coordinate representation of color #CC24EE: hue angle of 289.9º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC24EE is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20436238-
CMYK0.140.8500.07
HSL289.9º85.59%53.73%-
HSV(B)289.9º84.87%93.33%-
XYZ40.9720.2782.64-
YUV109.26200.66195.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 42.68%
GREEN value IS 36 (14.45% from 255) = 7.53%
BLUE value IS 238 (93.36% from 255) = 49.79%
R=42.68%
G=7.53%
B=49.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal204362380.140.8500.07289.985.5953.73
HexCC24EEE55071225636
Octal31444356161250744212666
Binary11001100100100111011101110101010101111001000101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC24EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC24EE; }

 p { color: rgb(204,36,238); }

 H1.HeaderClassName
 {
   color: #CC24EE;
 }
 .AnyTagClassName
 {
   color: #CC24EE;
 }
</style>
background-color css

<style>
 a { background-color: #CC24EE; }

 a { background-color: rgb(204,36,238); }

 div.DivClassName
 {
   background-color: #CC24EE;
 }
 .BgClassName
 {
   background-color: #CC24EE;
 }
</style>
border-color css

<style>
 span { border-color: #CC24EE; }

 span { border-color: rgb(204,36,238); }

 td.TdClassName
 {
   border-color: #CC24EE;
 }
 .TagClassName
 {
   border-color: #CC24EE;
 }
</style>