#CC1BF2

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

Shades of Electric Purple #CC1BF2

Tints of Electric Purple #CC1BF2

Color information

#CC1BF2 (or 0xCC1BF2) is unknown color: approx Electric Purple. HEX triplet: CC, 1B and F2. RGB value is (204,27,242). Sum of RGB (Red+Green+Blue) = 204+27+242=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 27 (10.94% from 255 or 5.71% from 473); Blue value is 242 (94.92% from 255 or 51.16% from 473); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC1BF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1BF2 is #33E40D. Grayscale: #676767. Windows color (decimal): -3400718 or 15866828. OLE color: 15866828.

HSL color Cylindrical-coordinate representation of color #CC1BF2: hue angle of 289.4º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1BF2 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20427242-
CMYK0.160.8900.05
HSL289.4º89.21%52.75%-
HSV(B)289.4º88.84%94.9%-
XYZ41.3220.0385.69-
YUV104.43205.64199.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.13%
GREEN value IS 27 (10.94% from 255) = 5.71%
BLUE value IS 242 (94.92% from 255) = 51.16%
R=43.13%
G=5.71%
B=51.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal204272420.160.8900.05289.489.2152.75
HexCC1BF21059051215935
Octal31433362201310544113165
Binary11001100110111111001010000101100101011001000011011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1BF2; }

 p { color: rgb(204,27,242); }

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

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

 a { background-color: rgb(204,27,242); }

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

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

 span { border-color: rgb(204,27,242); }

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