#CC2BF1

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

Shades of Electric Purple #CC2BF1

Tints of Electric Purple #CC2BF1

Color information

#CC2BF1 (or 0xCC2BF1) is unknown color: approx Electric Purple. HEX triplet: CC, 2B and F1. RGB value is (204,43,241). Sum of RGB (Red+Green+Blue) = 204+43+241=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 43 (17.19% from 255 or 8.81% from 488); Blue value is 241 (94.53% from 255 or 49.39% from 488); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC2BF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2BF1 is #33D40E. Grayscale: #717171. Windows color (decimal): -3396623 or 15805388. OLE color: 15805388.

HSL color Cylindrical-coordinate representation of color #CC2BF1: hue angle of 288.79º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC2BF1 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20443241-
CMYK0.150.8200.05
HSL288.79º87.61%55.69%-
HSV(B)288.79º82.16%94.51%-
XYZ41.6420.9285.06-
YUV113.71199.84192.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.80%
GREEN value IS 43 (17.19% from 255) = 8.81%
BLUE value IS 241 (94.53% from 255) = 49.39%
R=41.80%
G=8.81%
B=49.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal204432410.150.8200.05288.7987.6155.69
HexCC2BF1F52051215838
Octal31453361171220544113070
Binary11001100101011111100011111101001001011001000011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2BF1; }

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

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

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

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

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

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

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

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