#CC21FF

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

Shades of Electric Purple #CC21FF

Tints of Electric Purple #CC21FF

Color information

#CC21FF (or 0xCC21FF) is unknown color: approx Electric Purple. HEX triplet: CC, 21 and FF. RGB value is (204,33,255). Sum of RGB (Red+Green+Blue) = 204+33+255=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 33 (13.28% from 255 or 6.71% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC21FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC21FF is #33DE00. Grayscale: #6C6C6C. Windows color (decimal): -3399169 or 16720332. OLE color: 16720332.

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

Color convert

RGB20433255-
CMYK0.20.8700
HSL286.22º100%56.47%-
HSV(B)286.22º87.06%100%-
XYZ43.521.1596.4-
YUV109.44210.15195.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.46%
GREEN value IS 33 (13.28% from 255) = 6.71%
BLUE value IS 255 (100% from 255) = 51.83%
R=41.46%
G=6.71%
B=51.83%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal204332550.20.8700286.2210056.47
HexCC21FF14570011e6438
Octal31441377241270043614470
Binary1100110010000111111111101001010111001000111101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC21FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC21FF; }

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

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

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

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

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

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

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

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