Html Css Color HEX #CC32FC Electric Purple

📋 copy color: '#CC32FC'

red 204 ◦ green 50 ◦ blue 252

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

Shades of Electric Purple #CC32FC

Tints of Electric Purple #CC32FC

RGB

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

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

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

R = 40.32%
G = 9.88%
B = 49.8%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC32FC (or 0xCC32FC) is known color: Electric Purple. HEX triplet: CC, 32 and FC. RGB value is (204,50,252). Sum of RGB (Red+Green+Blue) = 204+50+252=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 50 (19.92% from 255 or 9.88% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC32FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC32FC is #33CD03. Grayscale: #767676. Windows color (decimal): -3394820 or 16528076. OLE color: 16528076.

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

Color convert

RGB 204 50 252 -
CMYK 0.19 0.80 0 0.01
HSL 285.74º 0.97% 0.59% -
HSV(B) 285.74º 0.8% 0.99% -
XYZ 43.61 22.15 94.07 -
YUV 119.07 203.02 188.57 -
System Red Green Blue C M Y K H S L
Decimal 204 50 252 0.19 0.80 0 0.01 285.74 0.97 0.59
Hex CC 32 FC 13 50 0 1 11E 61 3B
Octal 314 62 374 23 120 0 1 436 141 73
Binary 11001100 110010 11111100 10011 1010000 0 1 100011110 1100001 111011

Color Harmonies of #CC32FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC32FC

Black with #CC32FC

Text Example


Text Example

White with #CC32FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC32FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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