Html Css Color HEX #CC29FC Electric Purple

📋 copy color: '#CC29FC'

red 204 ◦ green 41 ◦ blue 252

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

Shades of Electric Purple #CC29FC

Tints of Electric Purple #CC29FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.7%

R = 41.05%
G = 8.25%
B = 50.7%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC29FC (or 0xCC29FC) is known color: Electric Purple. HEX triplet: CC, 29 and FC. RGB value is (204,41,252). Sum of RGB (Red+Green+Blue) = 204+41+252=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 41 (16.41% from 255 or 8.25% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC29FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC29FC is #33D603. Grayscale: #717171. Windows color (decimal): -3397124 or 16525772. OLE color: 16525772.

HSL color Cylindrical-coordinate representation of color #CC29FC: hue angle of 286.35º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC29FC is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 41 252 -
CMYK 0.19 0.84 0 0.01
HSL 286.35º 0.97% 0.57% -
HSV(B) 286.35º 0.84% 0.99% -
XYZ 43.27 21.45 93.96 -
YUV 113.79 206 192.34 -
System Red Green Blue C M Y K H S L
Decimal 204 41 252 0.19 0.84 0 0.01 286.35 0.97 0.57
Hex CC 29 FC 13 54 0 1 11E 61 39
Octal 314 51 374 23 124 0 1 436 141 71
Binary 11001100 101001 11111100 10011 1010100 0 1 100011110 1100001 111001

Color Harmonies of #CC29FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC29FC

Black with #CC29FC

Text Example


Text Example

White with #CC29FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC29FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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