Html Css Color HEX #CC2EFC Electric Purple

📋 copy color: '#CC2EFC'

red 204 ◦ green 46 ◦ blue 252

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

Shades of Electric Purple #CC2EFC

Tints of Electric Purple #CC2EFC

RGB

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

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

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

R = 40.64%
G = 9.16%
B = 50.2%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC2EFC (or 0xCC2EFC) is known color: Electric Purple. HEX triplet: CC, 2E and FC. RGB value is (204,46,252). Sum of RGB (Red+Green+Blue) = 204+46+252=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 46 (18.36% from 255 or 9.16% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC2EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2EFC is #33D103. Grayscale: #747474. Windows color (decimal): -3395844 or 16527052. OLE color: 16527052.

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

Color convert

RGB 204 46 252 -
CMYK 0.19 0.82 0 0.01
HSL 286.02º 0.97% 0.58% -
HSV(B) 286.02º 0.82% 0.99% -
XYZ 43.45 21.82 94.02 -
YUV 116.73 204.35 190.25 -
System Red Green Blue C M Y K H S L
Decimal 204 46 252 0.19 0.82 0 0.01 286.02 0.97 0.58
Hex CC 2E FC 13 52 0 1 11E 61 3A
Octal 314 56 374 23 122 0 1 436 141 72
Binary 11001100 101110 11111100 10011 1010010 0 1 100011110 1100001 111010

Color Harmonies of #CC2EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2EFC

Black with #CC2EFC

Text Example


Text Example

White with #CC2EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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