Html Css Color HEX #CC2AEE Electric Purple

📋 copy color: '#CC2AEE'

red 204 ◦ green 42 ◦ blue 238

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

Shades of Electric Purple #CC2AEE

Tints of Electric Purple #CC2AEE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.68%

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

R = 42.15%
G = 8.68%
B = 49.17%

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

#CC2AEE (or 0xCC2AEE) is known color: Electric Purple. HEX triplet: CC, 2A and EE. RGB value is (204,42,238). Sum of RGB (Red+Green+Blue) = 204+42+238=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 42 (16.80% from 255 or 8.68% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC2AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2AEE is #33D511. Grayscale: #707070. Windows color (decimal): -3396882 or 15608524. OLE color: 15608524.

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

Color convert

RGB 204 42 238 -
CMYK 0.14 0.82 0 0.07
HSL 289.59º 0.85% 0.55% -
HSV(B) 289.59º 0.82% 0.93% -
XYZ 41.16 20.67 82.71 -
YUV 112.78 198.67 193.06 -
System Red Green Blue C M Y K H S L
Decimal 204 42 238 0.14 0.82 0 0.07 289.59 0.85 0.55
Hex CC 2A EE E 52 0 7 122 55 37
Octal 314 52 356 16 122 0 7 442 125 67
Binary 11001100 101010 11101110 1110 1010010 0 111 100100010 1010101 110111

Color Harmonies of #CC2AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2AEE

Black with #CC2AEE

Text Example


Text Example

White with #CC2AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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