Html Css Color HEX #CC29FE Electric Purple

📋 copy color: '#CC29FE'

red 204 ◦ green 41 ◦ blue 254

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

Shades of Electric Purple #CC29FE

Tints of Electric Purple #CC29FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.9%

R = 40.88%
G = 8.22%
B = 50.9%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC29FE (or 0xCC29FE) is known color: Electric Purple. HEX triplet: CC, 29 and FE. RGB value is (204,41,254). Sum of RGB (Red+Green+Blue) = 204+41+254=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 41 (16.41% from 255 or 8.22% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC29FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC29FE is #33D601. Grayscale: #717171. Windows color (decimal): -3397122 or 16656844. OLE color: 16656844.

HSL color Cylindrical-coordinate representation of color #CC29FE: hue angle of 285.92º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC29FE is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 41 254 -
CMYK 0.20 0.84 0 0.00
HSL 285.92º 0.99% 0.58% -
HSV(B) 285.92º 0.84% 1% -
XYZ 43.58 21.58 95.63 -
YUV 114.02 207 192.18 -
System Red Green Blue C M Y K H S L
Decimal 204 41 254 0.20 0.84 0 0.00 285.92 0.99 0.58
Hex CC 29 FE 14 54 0 0 11E 63 3A
Octal 314 51 376 24 124 0 0 436 143 72
Binary 11001100 101001 11111110 10100 1010100 0 0 100011110 1100011 111010

Color Harmonies of #CC29FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC29FE

Black with #CC29FE

Text Example


Text Example

White with #CC29FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC29FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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