Html Css Color HEX #CC2BEE Electric Purple

📋 copy color: '#CC2BEE'

red 204 ◦ green 43 ◦ blue 238

#CC2BEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #CC2BEE

Tints of Electric Purple #CC2BEE

RGB

 RED value IS 204 (80.08% from 255) = 42.06%

 GREEN value IS 43 (17.19% from 255) = 8.87%

 BLUE value IS 238 (93.36% from 255) = 49.07%

R = 42.06%
G = 8.87%
B = 49.07%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC2BEE (or 0xCC2BEE) is known color: Electric Purple. HEX triplet: CC, 2B and EE. RGB value is (204,43,238). Sum of RGB (Red+Green+Blue) = 204+43+238=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 43 (17.19% from 255 or 8.87% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC2BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2BEE is #33D411. Grayscale: #707070. Windows color (decimal): -3396626 or 15608780. OLE color: 15608780.

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

Color convert

RGB 204 43 238 -
CMYK 0.14 0.82 0 0.07
HSL 289.54º 0.85% 0.55% -
HSV(B) 289.54º 0.82% 0.93% -
XYZ 41.2 20.74 82.72 -
YUV 113.37 198.34 192.64 -
System Red Green Blue C M Y K H S L
Decimal 204 43 238 0.14 0.82 0 0.07 289.54 0.85 0.55
Hex CC 2B EE E 52 0 7 122 55 37
Octal 314 53 356 16 122 0 7 442 125 67
Binary 11001100 101011 11101110 1110 1010010 0 111 100100010 1010101 110111

Color Harmonies of #CC2BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2BEE

Black with #CC2BEE

Text Example


Text Example

White with #CC2BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2BEE; }

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

 H1.HeaderClassName
 {
   color: #CC2BEE;
 }
 .AnyTagClassName
 {
   color: #CC2BEE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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