#CC25E9

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

Shades of Electric Purple #CC25E9

Tints of Electric Purple #CC25E9

Color information

#CC25E9 (or 0xCC25E9) is unknown color: approx Electric Purple. HEX triplet: CC, 25 and E9. RGB value is (204,37,233). Sum of RGB (Red+Green+Blue) = 204+37+233=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 37 (14.84% from 255 or 7.81% from 474); Blue value is 233 (91.41% from 255 or 49.16% from 474); Max value from RGB is 233 - color contains mainly: blue. Hex color #CC25E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC25E9 is #33DA16. Grayscale: #6C6C6C. Windows color (decimal): -3398167 or 15279564. OLE color: 15279564.

HSL color Cylindrical-coordinate representation of color #CC25E9: hue angle of 291.12º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC25E9 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20437233-
CMYK0.120.8400.09
HSL291.12º81.67%52.94%-
HSV(B)291.12º84.12%91.37%-
XYZ40.2720.0478.84-
YUV109.28197.83195.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.04%
GREEN value IS 37 (14.84% from 255) = 7.81%
BLUE value IS 233 (91.41% from 255) = 49.16%
R=43.04%
G=7.81%
B=49.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal204372330.120.8400.09291.1281.6752.94
HexCC25E9C54091235235
Octal314453511412401144312265
Binary110011001001011110100111001010100010011001000111010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC25E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC25E9; }

 p { color: rgb(204,37,233); }

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

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

 a { background-color: rgb(204,37,233); }

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

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

 span { border-color: rgb(204,37,233); }

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