Html Css Color HEX #CC04FE Electric Purple

📋 copy color: '#CC04FE'

red 204 ◦ green 4 ◦ blue 254

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

Shades of Electric Purple #CC04FE

Tints of Electric Purple #CC04FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.98%

R = 44.16%
G = 0.87%
B = 54.98%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC04FE (or 0xCC04FE) is known color: Electric Purple. HEX triplet: CC, 04 and FE. RGB value is (204,4,254). Sum of RGB (Red+Green+Blue) = 204+4+254=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 4 (1.95% from 255 or 0.87% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC04FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC04FE is #33FB01. Grayscale: #5B5B5B. Windows color (decimal): -3406594 or 16647372. OLE color: 16647372.

HSL color Cylindrical-coordinate representation of color #CC04FE: hue angle of 288º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC04FE is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 4 254 -
CMYK 0.20 0.98 0 0.00
HSL 288º 0.99% 0.51% -
HSV(B) 288º 0.98% 1% -
XYZ 42.83 20.08 95.38 -
YUV 92.3 219.26 207.67 -
System Red Green Blue C M Y K H S L
Decimal 204 4 254 0.20 0.98 0 0.00 288 0.99 0.51
Hex CC 4 FE 14 62 0 0 120 63 33
Octal 314 4 376 24 142 0 0 440 143 63
Binary 11001100 100 11111110 10100 1100010 0 0 100100000 1100011 110011

Color Harmonies of #CC04FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC04FE

Black with #CC04FE

Text Example


Text Example

White with #CC04FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC04FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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