Html Css Color HEX #CC29F7 Electric Purple

📋 copy color: '#CC29F7'

red 204 ◦ green 41 ◦ blue 247

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

Shades of Electric Purple #CC29F7

Tints of Electric Purple #CC29F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 50.2%

R = 41.46%
G = 8.33%
B = 50.2%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CC29F7 (or 0xCC29F7) is known color: Electric Purple. HEX triplet: CC, 29 and F7. RGB value is (204,41,247). Sum of RGB (Red+Green+Blue) = 204+41+247=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 41 (16.41% from 255 or 8.33% from 492); Blue value is 247 (96.88% from 255 or 50.20% from 492); Max value from RGB is 247 - color contains mainly: blue. Hex color #CC29F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC29F7 is #33D608. Grayscale: #707070. Windows color (decimal): -3397129 or 16198092. OLE color: 16198092.

HSL color Cylindrical-coordinate representation of color #CC29F7: hue angle of 287.48º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC29F7 is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 41 247 -
CMYK 0.17 0.83 0 0.03
HSL 287.48º 0.93% 0.56% -
HSV(B) 287.48º 0.83% 0.97% -
XYZ 42.48 21.14 89.84 -
YUV 113.22 203.5 192.75 -
System Red Green Blue C M Y K H S L
Decimal 204 41 247 0.17 0.83 0 0.03 287.48 0.93 0.56
Hex CC 29 F7 11 53 0 3 11F 5D 38
Octal 314 51 367 21 123 0 3 437 135 70
Binary 11001100 101001 11110111 10001 1010011 0 11 100011111 1011101 111000

Color Harmonies of #CC29F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC29F7

Black with #CC29F7

Text Example


Text Example

White with #CC29F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC29F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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