#CC18EC

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

Shades of Electric Purple #CC18EC

Tints of Electric Purple #CC18EC

Color information

#CC18EC (or 0xCC18EC) is unknown color: approx Electric Purple. HEX triplet: CC, 18 and EC. RGB value is (204,24,236). Sum of RGB (Red+Green+Blue) = 204+24+236=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 24 (9.77% from 255 or 5.17% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC18EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC18EC is #33E713. Grayscale: #656565. Windows color (decimal): -3401492 or 15472844. OLE color: 15472844.

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

Color convert

RGB20424236-
CMYK0.140.9000.07
HSL290.94º84.8%50.98%-
HSV(B)290.94º89.83%92.55%-
XYZ40.3719.5581-
YUV101.99203.63200.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.97%
GREEN value IS 24 (9.77% from 255) = 5.17%
BLUE value IS 236 (92.58% from 255) = 50.86%
R=43.97%
G=5.17%
B=50.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal204242360.140.9000.07290.9484.850.98
HexCC18ECE5A071235533
Octal31430354161320744312563
Binary1100110011000111011001110101101001111001000111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC18EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC18EC; }

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

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

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

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

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

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

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

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