Html Css Color HEX #CC29FD Electric Purple

📋 copy color: '#CC29FD'

red 204 ◦ green 41 ◦ blue 253

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

Shades of Electric Purple #CC29FD

Tints of Electric Purple #CC29FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.8%

R = 40.96%
G = 8.23%
B = 50.8%

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

#CC29FD (or 0xCC29FD) is known color: Electric Purple. HEX triplet: CC, 29 and FD. RGB value is (204,41,253). Sum of RGB (Red+Green+Blue) = 204+41+253=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 41 (16.41% from 255 or 8.23% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC29FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC29FD is #33D602. Grayscale: #717171. Windows color (decimal): -3397123 or 16591308. OLE color: 16591308.

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

Color convert

RGB 204 41 253 -
CMYK 0.19 0.84 0 0.01
HSL 286.13º 0.98% 0.58% -
HSV(B) 286.13º 0.84% 0.99% -
XYZ 43.42 21.52 94.79 -
YUV 113.91 206.5 192.26 -
System Red Green Blue C M Y K H S L
Decimal 204 41 253 0.19 0.84 0 0.01 286.13 0.98 0.58
Hex CC 29 FD 13 54 0 1 11E 62 3A
Octal 314 51 375 23 124 0 1 436 142 72
Binary 11001100 101001 11111101 10011 1010100 0 1 100011110 1100010 111010

Color Harmonies of #CC29FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC29FD

Black with #CC29FD

Text Example


Text Example

White with #CC29FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC29FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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