Html Css Color HEX #CC29EF Electric Purple

📋 copy color: '#CC29EF'

red 204 ◦ green 41 ◦ blue 239

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

Shades of Electric Purple #CC29EF

Tints of Electric Purple #CC29EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.38%

R = 42.15%
G = 8.47%
B = 49.38%

CMYK

 C value IS 0.15

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC29EF (or 0xCC29EF) is known color: Electric Purple. HEX triplet: CC, 29 and EF. RGB value is (204,41,239). Sum of RGB (Red+Green+Blue) = 204+41+239=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 41 (16.41% from 255 or 8.47% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC29EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC29EF is #33D610. Grayscale: #6F6F6F. Windows color (decimal): -3397137 or 15673804. OLE color: 15673804.

HSL color Cylindrical-coordinate representation of color #CC29EF: hue angle of 289.39º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC29EF is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 41 239 -
CMYK 0.15 0.83 0 0.06
HSL 289.39º 0.86% 0.55% -
HSV(B) 289.39º 0.83% 0.94% -
XYZ 41.27 20.66 83.47 -
YUV 112.31 199.5 193.4 -
System Red Green Blue C M Y K H S L
Decimal 204 41 239 0.15 0.83 0 0.06 289.39 0.86 0.55
Hex CC 29 EF F 53 0 6 121 56 37
Octal 314 51 357 17 123 0 6 441 126 67
Binary 11001100 101001 11101111 1111 1010011 0 110 100100001 1010110 110111

Color Harmonies of #CC29EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC29EF

Black with #CC29EF

Text Example


Text Example

White with #CC29EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC29EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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