Html Css Color HEX #CC2CEF Electric Purple

📋 copy color: '#CC2CEF'

red 204 ◦ green 44 ◦ blue 239

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

Shades of Electric Purple #CC2CEF

Tints of Electric Purple #CC2CEF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.03%

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

R = 41.89%
G = 9.03%
B = 49.08%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC2CEF (or 0xCC2CEF) is known color: Electric Purple. HEX triplet: CC, 2C and EF. RGB value is (204,44,239). Sum of RGB (Red+Green+Blue) = 204+44+239=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 44 (17.58% from 255 or 9.03% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC2CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2CEF is #33D310. Grayscale: #717171. Windows color (decimal): -3396369 or 15674572. OLE color: 15674572.

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

Color convert

RGB 204 44 239 -
CMYK 0.15 0.82 0 0.06
HSL 289.23º 0.86% 0.55% -
HSV(B) 289.23º 0.82% 0.94% -
XYZ 41.38 20.87 83.51 -
YUV 114.07 198.51 192.14 -
System Red Green Blue C M Y K H S L
Decimal 204 44 239 0.15 0.82 0 0.06 289.23 0.86 0.55
Hex CC 2C EF F 52 0 6 121 56 37
Octal 314 54 357 17 122 0 6 441 126 67
Binary 11001100 101100 11101111 1111 1010010 0 110 100100001 1010110 110111

Color Harmonies of #CC2CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2CEF

Black with #CC2CEF

Text Example


Text Example

White with #CC2CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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