Html Css Color HEX #CC2CEC Electric Purple

📋 copy color: '#CC2CEC'

red 204 ◦ green 44 ◦ blue 236

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

Shades of Electric Purple #CC2CEC

Tints of Electric Purple #CC2CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.76%

R = 42.15%
G = 9.09%
B = 48.76%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC2CEC (or 0xCC2CEC) is known color: Electric Purple. HEX triplet: CC, 2C and EC. RGB value is (204,44,236). Sum of RGB (Red+Green+Blue) = 204+44+236=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 44 (17.58% from 255 or 9.09% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC2CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2CEC is #33D313. Grayscale: #717171. Windows color (decimal): -3396372 or 15477964. OLE color: 15477964.

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

Color convert

RGB 204 44 236 -
CMYK 0.14 0.81 0 0.07
HSL 290º 0.83% 0.55% -
HSV(B) 290º 0.81% 0.93% -
XYZ 40.94 20.69 81.19 -
YUV 113.73 197.01 192.39 -
System Red Green Blue C M Y K H S L
Decimal 204 44 236 0.14 0.81 0 0.07 290 0.83 0.55
Hex CC 2C EC E 51 0 7 122 53 37
Octal 314 54 354 16 121 0 7 442 123 67
Binary 11001100 101100 11101100 1110 1010001 0 111 100100010 1010011 110111

Color Harmonies of #CC2CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2CEC

Black with #CC2CEC

Text Example


Text Example

White with #CC2CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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