Html Css Color HEX #CC2BEA Electric Purple

📋 copy color: '#CC2BEA'

red 204 ◦ green 43 ◦ blue 234

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

Shades of Electric Purple #CC2BEA

Tints of Electric Purple #CC2BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.65%

R = 42.41%
G = 8.94%
B = 48.65%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC2BEA (or 0xCC2BEA) is known color: Electric Purple. HEX triplet: CC, 2B and EA. RGB value is (204,43,234). Sum of RGB (Red+Green+Blue) = 204+43+234=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 43 (17.19% from 255 or 8.94% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC2BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2BEA is #33D415. Grayscale: #707070. Windows color (decimal): -3396630 or 15346636. OLE color: 15346636.

HSL color Cylindrical-coordinate representation of color #CC2BEA: hue angle of 290.58º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC2BEA is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 43 234 -
CMYK 0.13 0.82 0 0.08
HSL 290.58º 0.82% 0.54% -
HSV(B) 290.58º 0.82% 0.92% -
XYZ 40.62 20.51 79.66 -
YUV 112.91 196.34 192.97 -
System Red Green Blue C M Y K H S L
Decimal 204 43 234 0.13 0.82 0 0.08 290.58 0.82 0.54
Hex CC 2B EA D 52 0 8 123 52 36
Octal 314 53 352 15 122 0 10 443 122 66
Binary 11001100 101011 11101010 1101 1010010 0 1000 100100011 1010010 110110

Color Harmonies of #CC2BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2BEA

Black with #CC2BEA

Text Example


Text Example

White with #CC2BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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