Html Css Color HEX #CC32FB Electric Purple

📋 copy color: '#CC32FB'

red 204 ◦ green 50 ◦ blue 251

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

Shades of Electric Purple #CC32FB

Tints of Electric Purple #CC32FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.7%

R = 40.4%
G = 9.9%
B = 49.7%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC32FB (or 0xCC32FB) is known color: Electric Purple. HEX triplet: CC, 32 and FB. RGB value is (204,50,251). Sum of RGB (Red+Green+Blue) = 204+50+251=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 50 (19.92% from 255 or 9.90% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC32FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC32FB is #33CD04. Grayscale: #767676. Windows color (decimal): -3394821 or 16462540. OLE color: 16462540.

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

Color convert

RGB 204 50 251 -
CMYK 0.19 0.80 0 0.02
HSL 285.97º 0.96% 0.59% -
HSV(B) 285.97º 0.8% 0.98% -
XYZ 43.46 22.08 93.24 -
YUV 118.96 202.52 188.66 -
System Red Green Blue C M Y K H S L
Decimal 204 50 251 0.19 0.80 0 0.02 285.97 0.96 0.59
Hex CC 32 FB 13 50 0 2 11E 60 3B
Octal 314 62 373 23 120 0 2 436 140 73
Binary 11001100 110010 11111011 10011 1010000 0 10 100011110 1100000 111011

Color Harmonies of #CC32FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC32FB

Black with #CC32FB

Text Example


Text Example

White with #CC32FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC32FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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