Html Css Color HEX #CC2CEE Electric Purple

📋 copy color: '#CC2CEE'

red 204 ◦ green 44 ◦ blue 238

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

Shades of Electric Purple #CC2CEE

Tints of Electric Purple #CC2CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.97%

R = 41.98%
G = 9.05%
B = 48.97%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC2CEE (or 0xCC2CEE) is known color: Electric Purple. HEX triplet: CC, 2C and EE. RGB value is (204,44,238). Sum of RGB (Red+Green+Blue) = 204+44+238=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 44 (17.58% from 255 or 9.05% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC2CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2CEE is #33D311. Grayscale: #717171. Windows color (decimal): -3396370 or 15609036. OLE color: 15609036.

HSL color Cylindrical-coordinate representation of color #CC2CEE: hue angle of 289.48º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC2CEE is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 44 238 -
CMYK 0.14 0.82 0 0.07
HSL 289.48º 0.85% 0.55% -
HSV(B) 289.48º 0.82% 0.93% -
XYZ 41.24 20.81 82.73 -
YUV 113.96 198.01 192.23 -
System Red Green Blue C M Y K H S L
Decimal 204 44 238 0.14 0.82 0 0.07 289.48 0.85 0.55
Hex CC 2C EE E 52 0 7 121 55 37
Octal 314 54 356 16 122 0 7 441 125 67
Binary 11001100 101100 11101110 1110 1010010 0 111 100100001 1010101 110111

Color Harmonies of #CC2CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2CEE

Black with #CC2CEE

Text Example


Text Example

White with #CC2CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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