Html Css Color HEX #CC04EF Electric Purple

📋 copy color: '#CC04EF'

red 204 ◦ green 4 ◦ blue 239

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

Shades of Electric Purple #CC04EF

Tints of Electric Purple #CC04EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.47%

R = 45.64%
G = 0.89%
B = 53.47%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC04EF (or 0xCC04EF) is known color: Electric Purple. HEX triplet: CC, 04 and EF. RGB value is (204,4,239). Sum of RGB (Red+Green+Blue) = 204+4+239=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 4 (1.95% from 255 or 0.89% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC04EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC04EF is #33FB10. Grayscale: #595959. Windows color (decimal): -3406609 or 15664332. OLE color: 15664332.

HSL color Cylindrical-coordinate representation of color #CC04EF: hue angle of 291.06º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC04EF is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 4 239 -
CMYK 0.15 0.98 0 0.06
HSL 291.06º 0.97% 0.48% -
HSV(B) 291.06º 0.98% 0.94% -
XYZ 40.53 19.16 83.22 -
YUV 90.59 211.76 208.89 -
System Red Green Blue C M Y K H S L
Decimal 204 4 239 0.15 0.98 0 0.06 291.06 0.97 0.48
Hex CC 4 EF F 62 0 6 123 61 30
Octal 314 4 357 17 142 0 6 443 141 60
Binary 11001100 100 11101111 1111 1100010 0 110 100100011 1100001 110000

Color Harmonies of #CC04EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC04EF

Black with #CC04EF

Text Example


Text Example

White with #CC04EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC04EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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