Html Css Color HEX #CC2EEF Electric Purple

📋 copy color: '#CC2EEF'

red 204 ◦ green 46 ◦ blue 239

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

Shades of Electric Purple #CC2EEF

Tints of Electric Purple #CC2EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.88%

R = 41.72%
G = 9.41%
B = 48.88%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC2EEF (or 0xCC2EEF) is known color: Electric Purple. HEX triplet: CC, 2E and EF. RGB value is (204,46,239). Sum of RGB (Red+Green+Blue) = 204+46+239=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 46 (18.36% from 255 or 9.41% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC2EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2EEF is #33D110. Grayscale: #727272. Windows color (decimal): -3395857 or 15675084. OLE color: 15675084.

HSL color Cylindrical-coordinate representation of color #CC2EEF: hue angle of 289.12º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2EEF is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 46 239 -
CMYK 0.15 0.81 0 0.06
HSL 289.12º 0.86% 0.56% -
HSV(B) 289.12º 0.81% 0.94% -
XYZ 41.46 21.02 83.53 -
YUV 115.24 197.85 191.31 -
System Red Green Blue C M Y K H S L
Decimal 204 46 239 0.15 0.81 0 0.06 289.12 0.86 0.56
Hex CC 2E EF F 51 0 6 121 56 38
Octal 314 56 357 17 121 0 6 441 126 70
Binary 11001100 101110 11101111 1111 1010001 0 110 100100001 1010110 111000

Color Harmonies of #CC2EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2EEF

Black with #CC2EEF

Text Example


Text Example

White with #CC2EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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