#C021FF

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

Shades of Electric Purple #C021FF

Tints of Electric Purple #C021FF

Color information

#C021FF (or 0xC021FF) is unknown color: approx Electric Purple. HEX triplet: C0, 21 and FF. RGB value is (192,33,255). Sum of RGB (Red+Green+Blue) = 192+33+255=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 33 (13.28% from 255 or 6.88% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #C021FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C021FF is #3FDE00. Grayscale: #696969. Windows color (decimal): -4185601 or 16720320. OLE color: 16720320.

HSL color Cylindrical-coordinate representation of color #C021FF: hue angle of 282.97º 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 #C021FF is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB19233255-
CMYK0.250.8700
HSL282.97º100%56.47%-
HSV(B)282.97º87.06%100%-
XYZ40.3319.5196.25-
YUV105.85212.18189.45-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40%
GREEN value IS 33 (13.28% from 255) = 6.88%
BLUE value IS 255 (100% from 255) = 53.12%
R=40%
G=6.88%
B=53.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal192332550.250.8700282.9710056.47
HexC021FF19570011b6438
Octal30041377311270043314470
Binary1100000010000111111111110011010111001000110111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C021FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C021FF; }

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

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

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

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

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

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

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

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