#CC2BEC

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

Shades of Electric Purple #CC2BEC

Tints of Electric Purple #CC2BEC

Color information

#CC2BEC (or 0xCC2BEC) is unknown color: approx Electric Purple. HEX triplet: CC, 2B and EC. RGB value is (204,43,236). Sum of RGB (Red+Green+Blue) = 204+43+236=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 43 (17.19% from 255 or 8.90% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC2BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2BEC is #33D413. Grayscale: #707070. Windows color (decimal): -3396628 or 15477708. OLE color: 15477708.

HSL color Cylindrical-coordinate representation of color #CC2BEC: hue angle of 290.05º 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 #CC2BEC is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20443236-
CMYK0.140.8200.07
HSL290.05º83.55%54.71%-
HSV(B)290.05º81.78%92.55%-
XYZ40.9120.6281.18-
YUV113.14197.34192.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.24%
GREEN value IS 43 (17.19% from 255) = 8.90%
BLUE value IS 236 (92.58% from 255) = 48.86%
R=42.24%
G=8.90%
B=48.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal204432360.140.8200.07290.0583.5554.71
HexCC2BECE52071225437
Octal31453354161220744212467
Binary11001100101011111011001110101001001111001000101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2BEC; }

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

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

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

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

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

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

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

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