#CC00FF

Color #CC00FF Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #CC00FF

Tints of Electric Purple #CC00FF

Color information

#CC00FF (or 0xCC00FF) is unknown color: approx Electric Purple. HEX triplet: CC, 00 and FF. RGB value is (204,0,255). Sum of RGB (Red+Green+Blue) = 204+0+255=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 0 (0.39% from 255 or 0% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC00FF is a web safe color. Inversed color of #CC00FF is #33FF00. Grayscale: #595959. Windows color (decimal): -3407617 or 16711884. OLE color: 16711884.

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

Color convert

RGB2040255-
CMYK0.2100
HSL288º100%50%-
HSV(B)288º100%100%-
XYZ42.9520.0696.22-
YUV90.07221.09209.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 55.56%
R=44.44%
G=0%
B=55.56%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal20402550.210028810050
HexCC0FF1464001206432
Octal3140377241440044014462
Binary11001100011111111101001100100001001000001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC00FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC00FF; }

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

 H1.HeaderClassName
 {
   color: #CC00FF;
 }
 .AnyTagClassName
 {
   color: #CC00FF;
 }
</style>
background-color css

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

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

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

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

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

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