#CC11FF

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

Shades of Electric Purple #CC11FF

Tints of Electric Purple #CC11FF

Color information

#CC11FF (or 0xCC11FF) is unknown color: approx Electric Purple. HEX triplet: CC, 11 and FF. RGB value is (204,17,255). Sum of RGB (Red+Green+Blue) = 204+17+255=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 17 (7.03% from 255 or 3.57% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC11FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC11FF is #33EE00. Grayscale: #636363. Windows color (decimal): -3403265 or 16716236. OLE color: 16716236.

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

Color convert

RGB20417255-
CMYK0.20.9300
HSL287.14º100%53.33%-
HSV(B)287.14º93.33%100%-
XYZ43.1520.4696.28-
YUV100.04215.45202.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.86%
GREEN value IS 17 (7.03% from 255) = 3.57%
BLUE value IS 255 (100% from 255) = 53.57%
R=42.86%
G=3.57%
B=53.57%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal204172550.20.9300287.1410053.33
HexCC11FF145D0011f6435
Octal31421377241350043714465
Binary110011001000111111111101001011101001000111111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC11FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC11FF; }

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

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

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

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

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

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

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

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