Html Css Color HEX #CC04EE Electric Purple

📋 copy color: '#CC04EE'

red 204 ◦ green 4 ◦ blue 238

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

Shades of Electric Purple #CC04EE

Tints of Electric Purple #CC04EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.36%

R = 45.74%
G = 0.9%
B = 53.36%

CMYK

 C value IS 0.14

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC04EE (or 0xCC04EE) is known color: Electric Purple. HEX triplet: CC, 04 and EE. RGB value is (204,4,238). Sum of RGB (Red+Green+Blue) = 204+4+238=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 4 (1.95% from 255 or 0.90% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC04EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC04EE is #33FB11. Grayscale: #595959. Windows color (decimal): -3406610 or 15598796. OLE color: 15598796.

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

Color convert

RGB 204 4 238 -
CMYK 0.14 0.98 0 0.07
HSL 291.28º 0.97% 0.47% -
HSV(B) 291.28º 0.98% 0.93% -
XYZ 40.38 19.1 82.45 -
YUV 90.48 211.26 208.97 -
System Red Green Blue C M Y K H S L
Decimal 204 4 238 0.14 0.98 0 0.07 291.28 0.97 0.47
Hex CC 4 EE E 62 0 7 123 61 2F
Octal 314 4 356 16 142 0 7 443 141 57
Binary 11001100 100 11101110 1110 1100010 0 111 100100011 1100001 101111

Color Harmonies of #CC04EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC04EE

Black with #CC04EE

Text Example


Text Example

White with #CC04EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC04EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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