Html Css Color HEX #CC04EA Electric Purple

📋 copy color: '#CC04EA'

red 204 ◦ green 4 ◦ blue 234

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

Shades of Electric Purple #CC04EA

Tints of Electric Purple #CC04EA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.9%

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

R = 46.15%
G = 0.9%
B = 52.94%

CMYK

 C value IS 0.13

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC04EA (or 0xCC04EA) is known color: Electric Purple. HEX triplet: CC, 04 and EA. RGB value is (204,4,234). Sum of RGB (Red+Green+Blue) = 204+4+234=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 4 (1.95% from 255 or 0.90% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC04EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC04EA is #33FB15. Grayscale: #595959. Windows color (decimal): -3406614 or 15336652. OLE color: 15336652.

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

Color convert

RGB 204 4 234 -
CMYK 0.13 0.98 0 0.08
HSL 292.17º 0.97% 0.47% -
HSV(B) 292.17º 0.98% 0.92% -
XYZ 39.8 18.86 79.39 -
YUV 90.02 209.26 209.3 -
System Red Green Blue C M Y K H S L
Decimal 204 4 234 0.13 0.98 0 0.08 292.17 0.97 0.47
Hex CC 4 EA D 62 0 8 124 61 2F
Octal 314 4 352 15 142 0 10 444 141 57
Binary 11001100 100 11101010 1101 1100010 0 1000 100100100 1100001 101111

Color Harmonies of #CC04EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC04EA

Black with #CC04EA

Text Example


Text Example

White with #CC04EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC04EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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