Html Css Color HEX #CC00EA Electric Purple

📋 copy color: '#CC00EA'

red 204 ◦ green 0 ◦ blue 234

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

Shades of Electric Purple #CC00EA

Tints of Electric Purple #CC00EA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 234 (91.8% from 255) = 53.42%

R = 46.58%
G = 0%
B = 53.42%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC00EA (or 0xCC00EA) is known color: Electric Purple. HEX triplet: CC, 00 and EA. RGB value is (204,0,234). Sum of RGB (Red+Green+Blue) = 204+0+234=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 0 (0.39% from 255 or 0% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC00EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC00EA is #33FF15. Grayscale: #565656. Windows color (decimal): -3407638 or 15335628. OLE color: 15335628.

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

Color convert

RGB 204 0 234 -
CMYK 0.13 1 0 0.08
HSL 292.31º 1% 0.46% -
HSV(B) 292.31º 1% 0.92% -
XYZ 39.75 18.78 79.37 -
YUV 87.67 210.59 210.97 -
System Red Green Blue C M Y K H S L
Decimal 204 0 234 0.13 1 0 0.08 292.31 1 0.46
Hex CC 0 EA D 64 0 8 124 64 2E
Octal 314 0 352 15 144 0 10 444 144 56
Binary 11001100 0 11101010 1101 1100100 0 1000 100100100 1100100 101110

Color Harmonies of #CC00EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC00EA

Black with #CC00EA

Text Example


Text Example

White with #CC00EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC00EA; }

 p { color: rgb(204,0,234); }

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

background-color css

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

 a { background-color: rgb(204,0,234); }

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

border-color css

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

 span { border-color: rgb(204,0,234); }

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