#CC18E9

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

Shades of Electric Purple #CC18E9

Tints of Electric Purple #CC18E9

Color information

#CC18E9 (or 0xCC18E9) is unknown color: approx Electric Purple. HEX triplet: CC, 18 and E9. RGB value is (204,24,233). Sum of RGB (Red+Green+Blue) = 204+24+233=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 24 (9.77% from 255 or 5.21% from 461); Blue value is 233 (91.41% from 255 or 50.54% from 461); Max value from RGB is 233 - color contains mainly: blue. Hex color #CC18E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC18E9 is #33E716. Grayscale: #646464. Windows color (decimal): -3401495 or 15276236. OLE color: 15276236.

HSL color Cylindrical-coordinate representation of color #CC18E9: hue angle of 291.67º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC18E9 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20424233-
CMYK0.120.9000.09
HSL291.67º82.61%50.39%-
HSV(B)291.67º89.7%91.37%-
XYZ39.9419.3778.73-
YUV101.65202.13201.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.25%
GREEN value IS 24 (9.77% from 255) = 5.21%
BLUE value IS 233 (91.41% from 255) = 50.54%
R=44.25%
G=5.21%
B=50.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal204242330.120.9000.09291.6782.6150.39
HexCC18E9C5A091245332
Octal314303511413201144412362
Binary11001100110001110100111001011010010011001001001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC18E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC18E9; }

 p { color: rgb(204,24,233); }

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

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

 a { background-color: rgb(204,24,233); }

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

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

 span { border-color: rgb(204,24,233); }

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