Html Css Color HEX #CC29EC Electric Purple

📋 copy color: '#CC29EC'

red 204 ◦ green 41 ◦ blue 236

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

Shades of Electric Purple #CC29EC

Tints of Electric Purple #CC29EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.06%

R = 42.41%
G = 8.52%
B = 49.06%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC29EC (or 0xCC29EC) is known color: Electric Purple. HEX triplet: CC, 29 and EC. RGB value is (204,41,236). Sum of RGB (Red+Green+Blue) = 204+41+236=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 41 (16.41% from 255 or 8.52% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC29EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC29EC is #33D613. Grayscale: #6F6F6F. Windows color (decimal): -3397140 or 15477196. OLE color: 15477196.

HSL color Cylindrical-coordinate representation of color #CC29EC: hue angle of 290.15º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC29EC is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 41 236 -
CMYK 0.14 0.83 0 0.07
HSL 290.15º 0.84% 0.54% -
HSV(B) 290.15º 0.83% 0.93% -
XYZ 40.84 20.48 81.16 -
YUV 111.97 198 193.64 -
System Red Green Blue C M Y K H S L
Decimal 204 41 236 0.14 0.83 0 0.07 290.15 0.84 0.54
Hex CC 29 EC E 53 0 7 122 54 36
Octal 314 51 354 16 123 0 7 442 124 66
Binary 11001100 101001 11101100 1110 1010011 0 111 100100010 1010100 110110

Color Harmonies of #CC29EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC29EC

Black with #CC29EC

Text Example


Text Example

White with #CC29EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC29EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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