Html Css Color HEX #CC29FF Electric Purple

📋 copy color: '#CC29FF'

red 204 ◦ green 41 ◦ blue 255

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

Shades of Electric Purple #CC29FF

Tints of Electric Purple #CC29FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51%

R = 40.8%
G = 8.2%
B = 51%

CMYK

 C value IS 0.2

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC29FF (or 0xCC29FF) is known color: Electric Purple. HEX triplet: CC, 29 and FF. RGB value is (204,41,255). Sum of RGB (Red+Green+Blue) = 204+41+255=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 41 (16.41% from 255 or 8.2% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC29FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC29FF is #33D600. Grayscale: #717171. Windows color (decimal): -3397121 or 16722380. OLE color: 16722380.

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

Color convert

RGB 204 41 255 -
CMYK 0.2 0.84 0 0
HSL 285.7º 1% 0.58% -
HSV(B) 285.7º 0.84% 1% -
XYZ 43.74 21.64 96.48 -
YUV 114.13 207.5 192.1 -
System Red Green Blue C M Y K H S L
Decimal 204 41 255 0.2 0.84 0 0 285.7 1 0.58
Hex CC 29 FF 14 54 0 0 11E 64 3A
Octal 314 51 377 24 124 0 0 436 144 72
Binary 11001100 101001 11111111 10100 1010100 0 0 100011110 1100100 111010

Color Harmonies of #CC29FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC29FF

Black with #CC29FF

Text Example


Text Example

White with #CC29FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC29FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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