Html Css Color HEX #CC29EA Electric Purple

📋 copy color: '#CC29EA'

red 204 ◦ green 41 ◦ blue 234

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

Shades of Electric Purple #CC29EA

Tints of Electric Purple #CC29EA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.56%

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

R = 42.59%
G = 8.56%
B = 48.85%

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

#CC29EA (or 0xCC29EA) is known color: Electric Purple. HEX triplet: CC, 29 and EA. RGB value is (204,41,234). Sum of RGB (Red+Green+Blue) = 204+41+234=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 41 (16.41% from 255 or 8.56% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC29EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC29EA is #33D615. Grayscale: #6F6F6F. Windows color (decimal): -3397142 or 15346124. OLE color: 15346124.

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

Color convert

RGB 204 41 234 -
CMYK 0.13 0.82 0 0.08
HSL 290.67º 0.82% 0.54% -
HSV(B) 290.67º 0.82% 0.92% -
XYZ 40.55 20.36 79.64 -
YUV 111.74 197 193.81 -
System Red Green Blue C M Y K H S L
Decimal 204 41 234 0.13 0.82 0 0.08 290.67 0.82 0.54
Hex CC 29 EA D 52 0 8 123 52 36
Octal 314 51 352 15 122 0 10 443 122 66
Binary 11001100 101001 11101010 1101 1010010 0 1000 100100011 1010010 110110

Color Harmonies of #CC29EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC29EA

Black with #CC29EA

Text Example


Text Example

White with #CC29EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC29EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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