Html Css Color HEX #CC05FE Electric Purple

📋 copy color: '#CC05FE'

red 204 ◦ green 5 ◦ blue 254

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

Shades of Electric Purple #CC05FE

Tints of Electric Purple #CC05FE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.08%

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

R = 44.06%
G = 1.08%
B = 54.86%

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

#CC05FE (or 0xCC05FE) is known color: Electric Purple. HEX triplet: CC, 05 and FE. RGB value is (204,5,254). Sum of RGB (Red+Green+Blue) = 204+5+254=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 5 (2.34% from 255 or 1.08% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC05FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC05FE is #33FA01. Grayscale: #5C5C5C. Windows color (decimal): -3406338 or 16647628. OLE color: 16647628.

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

Color convert

RGB 204 5 254 -
CMYK 0.20 0.98 0 0.00
HSL 287.95º 0.99% 0.51% -
HSV(B) 287.95º 0.98% 1% -
XYZ 42.85 20.1 95.39 -
YUV 92.89 218.93 207.25 -
System Red Green Blue C M Y K H S L
Decimal 204 5 254 0.20 0.98 0 0.00 287.95 0.99 0.51
Hex CC 5 FE 14 62 0 0 120 63 33
Octal 314 5 376 24 142 0 0 440 143 63
Binary 11001100 101 11111110 10100 1100010 0 0 100100000 1100011 110011

Color Harmonies of #CC05FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC05FE

Black with #CC05FE

Text Example


Text Example

White with #CC05FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC05FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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