Html Css Color HEX #CC2CEB Electric Purple

📋 copy color: '#CC2CEB'

red 204 ◦ green 44 ◦ blue 235

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

Shades of Electric Purple #CC2CEB

Tints of Electric Purple #CC2CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.65%

R = 42.24%
G = 9.11%
B = 48.65%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC2CEB (or 0xCC2CEB) is known color: Electric Purple. HEX triplet: CC, 2C and EB. RGB value is (204,44,235). Sum of RGB (Red+Green+Blue) = 204+44+235=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 44 (17.58% from 255 or 9.11% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC2CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2CEB is #33D314. Grayscale: #717171. Windows color (decimal): -3396373 or 15412428. OLE color: 15412428.

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

Color convert

RGB 204 44 235 -
CMYK 0.13 0.81 0 0.08
HSL 290.26º 0.83% 0.55% -
HSV(B) 290.26º 0.81% 0.92% -
XYZ 40.8 20.64 80.43 -
YUV 113.61 196.51 192.47 -
System Red Green Blue C M Y K H S L
Decimal 204 44 235 0.13 0.81 0 0.08 290.26 0.83 0.55
Hex CC 2C EB D 51 0 8 122 53 37
Octal 314 54 353 15 121 0 10 442 123 67
Binary 11001100 101100 11101011 1101 1010001 0 1000 100100010 1010011 110111

Color Harmonies of #CC2CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2CEB

Black with #CC2CEB

Text Example


Text Example

White with #CC2CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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