Html Css Color HEX #CC04ED Electric Purple

📋 copy color: '#CC04ED'

red 204 ◦ green 4 ◦ blue 237

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

Shades of Electric Purple #CC04ED

Tints of Electric Purple #CC04ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.26%

R = 45.84%
G = 0.9%
B = 53.26%

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

#CC04ED (or 0xCC04ED) is known color: Electric Purple. HEX triplet: CC, 04 and ED. RGB value is (204,4,237). Sum of RGB (Red+Green+Blue) = 204+4+237=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 4 (1.95% from 255 or 0.90% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC04ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC04ED is #33FB12. Grayscale: #595959. Windows color (decimal): -3406611 or 15533260. OLE color: 15533260.

HSL color Cylindrical-coordinate representation of color #CC04ED: hue angle of 291.5º 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 #CC04ED is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 4 237 -
CMYK 0.14 0.98 0 0.07
HSL 291.5º 0.97% 0.47% -
HSV(B) 291.5º 0.98% 0.93% -
XYZ 40.23 19.04 81.68 -
YUV 90.36 210.76 209.05 -
System Red Green Blue C M Y K H S L
Decimal 204 4 237 0.14 0.98 0 0.07 291.5 0.97 0.47
Hex CC 4 ED E 62 0 7 124 61 2F
Octal 314 4 355 16 142 0 7 444 141 57
Binary 11001100 100 11101101 1110 1100010 0 111 100100100 1100001 101111

Color Harmonies of #CC04ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC04ED

Black with #CC04ED

Text Example


Text Example

White with #CC04ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC04ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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