#CC35FE

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

Shades of Electric Purple #CC35FE

Tints of Electric Purple #CC35FE

Color information

#CC35FE (or 0xCC35FE) is unknown color: approx Electric Purple. HEX triplet: CC, 35 and FE. RGB value is (204,53,254). Sum of RGB (Red+Green+Blue) = 204+53+254=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 53 (21.09% from 255 or 10.37% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC35FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC35FE is #33CA01. Grayscale: #787878. Windows color (decimal): -3394050 or 16659916. OLE color: 16659916.

HSL color Cylindrical-coordinate representation of color #CC35FE: hue angle of 285.07º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC35FE is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB20453254-
CMYK0.200.7900.00
HSL285.07º99.01%60.2%-
HSV(B)285.07º79.13%99.61%-
XYZ44.0622.5495.79-
YUV121.06203.03187.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.92%
GREEN value IS 53 (21.09% from 255) = 10.37%
BLUE value IS 254 (99.61% from 255) = 49.71%
R=39.92%
G=10.37%
B=49.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal204532540.200.7900.00285.0799.0160.2
HexCC35FE144F0011d633c
Octal31465376241170043514374
Binary1100110011010111111110101001001111001000111011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC35FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC35FE; }

 p { color: rgb(204,53,254); }

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

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

 a { background-color: rgb(204,53,254); }

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

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

 span { border-color: rgb(204,53,254); }

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