#cc11f7

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

Shades of Electric Purple #CC11F7

Tints of Electric Purple #CC11F7

Color information

#CC11F7 (or 0xCC11F7) is unknown color: approx Electric Purple. HEX triplet: CC, 11 and F7. RGB value is (204,17,247). Sum of RGB (Red+Green+Blue) = 204+17+247=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 17 (7.03% from 255 or 3.63% from 468); Blue value is 247 (96.88% from 255 or 52.78% from 468); Max value from RGB is 247 - color contains mainly: blue. Hex color #CC11F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC11F7 is #33EE08. Grayscale: #626262. Windows color (decimal): -3403273 or 16191948. OLE color: 16191948.

HSL color Cylindrical-coordinate representation of color #CC11F7: hue angle of 288.78º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC11F7 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB20417247-
CMYK0.170.9300.03
HSL288.78º93.5%51.76%-
HSV(B)288.78º93.12%96.86%-
XYZ41.8919.9589.64-
YUV99.13211.45202.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.59%
GREEN value IS 17 (7.03% from 255) = 3.63%
BLUE value IS 247 (96.88% from 255) = 52.78%
R=43.59%
G=3.63%
B=52.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal204172470.170.9300.03288.7893.551.76
HexCC11F7115D031215d34
Octal31421367211350344113564
Binary1100110010001111101111000110111010111001000011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc11f7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc11f7; }

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

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

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

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

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

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

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

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