Html Css Color HEX #CC29F2 Electric Purple

📋 copy color: '#CC29F2'

red 204 ◦ green 41 ◦ blue 242

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

Shades of Electric Purple #CC29F2

Tints of Electric Purple #CC29F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 49.69%

R = 41.89%
G = 8.42%
B = 49.69%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC29F2 (or 0xCC29F2) is known color: Electric Purple. HEX triplet: CC, 29 and F2. RGB value is (204,41,242). Sum of RGB (Red+Green+Blue) = 204+41+242=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 41 (16.41% from 255 or 8.42% from 487); Blue value is 242 (94.92% from 255 or 49.69% from 487); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC29F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC29F2 is #33D60D. Grayscale: #707070. Windows color (decimal): -3397134 or 15870412. OLE color: 15870412.

HSL color Cylindrical-coordinate representation of color #CC29F2: hue angle of 288.66º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC29F2 is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 41 242 -
CMYK 0.16 0.83 0 0.05
HSL 288.66º 0.89% 0.55% -
HSV(B) 288.66º 0.83% 0.95% -
XYZ 41.72 20.83 85.83 -
YUV 112.65 201 193.16 -
System Red Green Blue C M Y K H S L
Decimal 204 41 242 0.16 0.83 0 0.05 288.66 0.89 0.55
Hex CC 29 F2 10 53 0 5 121 59 37
Octal 314 51 362 20 123 0 5 441 131 67
Binary 11001100 101001 11110010 10000 1010011 0 101 100100001 1011001 110111

Color Harmonies of #CC29F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC29F2

Black with #CC29F2

Text Example


Text Example

White with #CC29F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC29F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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