Html Css Color HEX #CC05FF Electric Purple

📋 copy color: '#CC05FF'

red 204 ◦ green 5 ◦ blue 255

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

Shades of Electric Purple #CC05FF

Tints of Electric Purple #CC05FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.96%

R = 43.97%
G = 1.08%
B = 54.96%

CMYK

 C value IS 0.2

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC05FF (or 0xCC05FF) is known color: Electric Purple. HEX triplet: CC, 05 and FF. RGB value is (204,5,255). Sum of RGB (Red+Green+Blue) = 204+5+255=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 5 (2.34% from 255 or 1.08% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC05FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC05FF is #33FA00. Grayscale: #5C5C5C. Windows color (decimal): -3406337 or 16713164. OLE color: 16713164.

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

Color convert

RGB 204 5 255 -
CMYK 0.2 0.98 0 0
HSL 287.76º 1% 0.51% -
HSV(B) 287.76º 0.98% 1% -
XYZ 43.01 20.17 96.23 -
YUV 93 219.43 207.17 -
System Red Green Blue C M Y K H S L
Decimal 204 5 255 0.2 0.98 0 0 287.76 1 0.51
Hex CC 5 FF 14 62 0 0 120 64 33
Octal 314 5 377 24 142 0 0 440 144 63
Binary 11001100 101 11111111 10100 1100010 0 0 100100000 1100100 110011

Color Harmonies of #CC05FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC05FF

Black with #CC05FF

Text Example


Text Example

White with #CC05FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC05FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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