Html Css Color HEX #CC2EFB Electric Purple

📋 copy color: '#CC2EFB'

red 204 ◦ green 46 ◦ blue 251

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

Shades of Electric Purple #CC2EFB

Tints of Electric Purple #CC2EFB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.18%

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

R = 40.72%
G = 9.18%
B = 50.1%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC2EFB (or 0xCC2EFB) is known color: Electric Purple. HEX triplet: CC, 2E and FB. RGB value is (204,46,251). Sum of RGB (Red+Green+Blue) = 204+46+251=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 46 (18.36% from 255 or 9.18% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC2EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2EFB is #33D104. Grayscale: #737373. Windows color (decimal): -3395845 or 16461516. OLE color: 16461516.

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

Color convert

RGB 204 46 251 -
CMYK 0.19 0.82 0 0.02
HSL 286.24º 0.96% 0.58% -
HSV(B) 286.24º 0.82% 0.98% -
XYZ 43.29 21.76 93.18 -
YUV 116.61 203.85 190.33 -
System Red Green Blue C M Y K H S L
Decimal 204 46 251 0.19 0.82 0 0.02 286.24 0.96 0.58
Hex CC 2E FB 13 52 0 2 11E 60 3A
Octal 314 56 373 23 122 0 2 436 140 72
Binary 11001100 101110 11111011 10011 1010010 0 10 100011110 1100000 111010

Color Harmonies of #CC2EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2EFB

Black with #CC2EFB

Text Example


Text Example

White with #CC2EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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