#C222F2

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

Shades of Electric Purple #C222F2

Tints of Electric Purple #C222F2

Color information

#C222F2 (or 0xC222F2) is unknown color: approx Electric Purple. HEX triplet: C2, 22 and F2. RGB value is (194,34,242). Sum of RGB (Red+Green+Blue) = 194+34+242=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 34 (13.67% from 255 or 7.23% from 470); Blue value is 242 (94.92% from 255 or 51.49% from 470); Max value from RGB is 242 - color contains mainly: blue. Hex color #C222F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C222F2 is #3DDD0D. Grayscale: #686868. Windows color (decimal): -4054286 or 15868610. OLE color: 15868610.

HSL color Cylindrical-coordinate representation of color #C222F2: hue angle of 286.15º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C222F2 is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19434242-
CMYK0.200.8600.05
HSL286.15º88.89%54.12%-
HSV(B)286.15º85.95%94.9%-
XYZ38.8519.0285.63-
YUV105.55205.01191.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.28%
GREEN value IS 34 (13.67% from 255) = 7.23%
BLUE value IS 242 (94.92% from 255) = 51.49%
R=41.28%
G=7.23%
B=51.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal194342420.200.8600.05286.1588.8954.12
HexC222F214560511e5936
Octal30242362241260543613166
Binary110000101000101111001010100101011001011000111101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C222F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C222F2; }

 p { color: rgb(194,34,242); }

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

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

 a { background-color: rgb(194,34,242); }

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

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

 span { border-color: rgb(194,34,242); }

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