Html Css Color HEX #CC32FE Electric Purple

📋 copy color: '#CC32FE'

red 204 ◦ green 50 ◦ blue 254

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

Shades of Electric Purple #CC32FE

Tints of Electric Purple #CC32FE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.84%

 BLUE value IS 254 (99.61% from 255) = 50%

R = 40.16%
G = 9.84%
B = 50%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC32FE (or 0xCC32FE) is known color: Electric Purple. HEX triplet: CC, 32 and FE. RGB value is (204,50,254). Sum of RGB (Red+Green+Blue) = 204+50+254=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 50 (19.92% from 255 or 9.84% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC32FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC32FE is #33CD01. Grayscale: #767676. Windows color (decimal): -3394818 or 16659148. OLE color: 16659148.

HSL color Cylindrical-coordinate representation of color #CC32FE: hue angle of 285.29º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC32FE is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 50 254 -
CMYK 0.20 0.80 0 0.00
HSL 285.29º 0.99% 0.6% -
HSV(B) 285.29º 0.8% 1% -
XYZ 43.93 22.27 95.75 -
YUV 119.3 204.02 188.41 -
System Red Green Blue C M Y K H S L
Decimal 204 50 254 0.20 0.80 0 0.00 285.29 0.99 0.6
Hex CC 32 FE 14 50 0 0 11D 63 3C
Octal 314 62 376 24 120 0 0 435 143 74
Binary 11001100 110010 11111110 10100 1010000 0 0 100011101 1100011 111100

Color Harmonies of #CC32FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC32FE

Black with #CC32FE

Text Example


Text Example

White with #CC32FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC32FE; }

 p { color: rgb(204,50,254); }

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

background-color css

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

 a { background-color: rgb(204,50,254); }

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

border-color css

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

 span { border-color: rgb(204,50,254); }

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