Html Css Color HEX #CC29F9 Electric Purple

📋 copy color: '#CC29F9'

red 204 ◦ green 41 ◦ blue 249

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

Shades of Electric Purple #CC29F9

Tints of Electric Purple #CC29F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.4%

R = 41.3%
G = 8.3%
B = 50.4%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC29F9 (or 0xCC29F9) is known color: Electric Purple. HEX triplet: CC, 29 and F9. RGB value is (204,41,249). Sum of RGB (Red+Green+Blue) = 204+41+249=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 41 (16.41% from 255 or 8.30% from 494); Blue value is 249 (97.66% from 255 or 50.40% from 494); Max value from RGB is 249 - color contains mainly: blue. Hex color #CC29F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC29F9 is #33D606. Grayscale: #707070. Windows color (decimal): -3397127 or 16329164. OLE color: 16329164.

HSL color Cylindrical-coordinate representation of color #CC29F9: hue angle of 287.02º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC29F9 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 41 249 -
CMYK 0.18 0.84 0 0.02
HSL 287.02º 0.95% 0.57% -
HSV(B) 287.02º 0.84% 0.98% -
XYZ 42.79 21.26 91.47 -
YUV 113.45 204.5 192.59 -
System Red Green Blue C M Y K H S L
Decimal 204 41 249 0.18 0.84 0 0.02 287.02 0.95 0.57
Hex CC 29 F9 12 54 0 2 11F 5F 39
Octal 314 51 371 22 124 0 2 437 137 71
Binary 11001100 101001 11111001 10010 1010100 0 10 100011111 1011111 111001

Color Harmonies of #CC29F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC29F9

Black with #CC29F9

Text Example


Text Example

White with #CC29F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC29F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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