#CC09F0

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

Shades of Electric Purple #CC09F0

Tints of Electric Purple #CC09F0

Color information

#CC09F0 (or 0xCC09F0) is unknown color: approx Electric Purple. HEX triplet: CC, 09 and F0. RGB value is (204,9,240). Sum of RGB (Red+Green+Blue) = 204+9+240=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 9 (3.91% from 255 or 1.99% from 453); Blue value is 240 (94.14% from 255 or 52.98% from 453); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC09F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC09F0 is #33F60F. Grayscale: #5C5C5C. Windows color (decimal): -3405328 or 15731148. OLE color: 15731148.

HSL color Cylindrical-coordinate representation of color #CC09F0: hue angle of 290.65º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC09F0 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB2049240-
CMYK0.150.9600.06
HSL290.65º92.77%48.82%-
HSV(B)290.65º96.25%94.12%-
XYZ40.7319.3284.02-
YUV93.64210.6206.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.03%
GREEN value IS 9 (3.91% from 255) = 1.99%
BLUE value IS 240 (94.14% from 255) = 52.98%
R=45.03%
G=1.99%
B=52.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal20492400.150.9600.06290.6592.7748.82
HexCC9F0F60061235d31
Octal31411360171400644313561
Binary110011001001111100001111110000001101001000111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC09F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC09F0; }

 p { color: rgb(204,9,240); }

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

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

 a { background-color: rgb(204,9,240); }

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

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

 span { border-color: rgb(204,9,240); }

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