#cc24e8

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

Shades of Electric Purple #CC24E8

Tints of Electric Purple #CC24E8

Color information

#CC24E8 (or 0xCC24E8) is unknown color: approx Electric Purple. HEX triplet: CC, 24 and E8. RGB value is (204,36,232). Sum of RGB (Red+Green+Blue) = 204+36+232=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 36 (14.45% from 255 or 7.63% from 472); Blue value is 232 (91.02% from 255 or 49.15% from 472); Max value from RGB is 232 - color contains mainly: blue. Hex color #CC24E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC24E8 is #33DB17. Grayscale: #6B6B6B. Windows color (decimal): -3398424 or 15213772. OLE color: 15213772.

HSL color Cylindrical-coordinate representation of color #CC24E8: hue angle of 291.43º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC24E8 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20436232-
CMYK0.120.8400.09
HSL291.43º80.99%52.55%-
HSV(B)291.43º84.48%90.98%-
XYZ40.119.9378.08-
YUV108.58197.66196.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.22%
GREEN value IS 36 (14.45% from 255) = 7.63%
BLUE value IS 232 (91.02% from 255) = 49.15%
R=43.22%
G=7.63%
B=49.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal204362320.120.8400.09291.4380.9952.55
HexCC24E8C54091235135
Octal314443501412401144312165
Binary110011001001001110100011001010100010011001000111010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc24e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc24e8; }

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

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

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

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

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

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

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

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