#C122F6

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

Shades of Electric Purple #C122F6

Tints of Electric Purple #C122F6

Color information

#C122F6 (or 0xC122F6) is unknown color: approx Electric Purple. HEX triplet: C1, 22 and F6. RGB value is (193,34,246). Sum of RGB (Red+Green+Blue) = 193+34+246=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 34 (13.67% from 255 or 7.19% from 473); Blue value is 246 (96.48% from 255 or 52.01% from 473); Max value from RGB is 246 - color contains mainly: blue. Hex color #C122F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C122F6 is #3EDD09. Grayscale: #696969. Windows color (decimal): -4119818 or 16130753. OLE color: 16130753.

HSL color Cylindrical-coordinate representation of color #C122F6: hue angle of 285º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C122F6 is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB19334246-
CMYK0.220.8600.04
HSL285º92.17%54.9%-
HSV(B)285º86.18%96.47%-
XYZ39.219.1488.82-
YUV105.71207.18190.26-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.80%
GREEN value IS 34 (13.67% from 255) = 7.19%
BLUE value IS 246 (96.48% from 255) = 52.01%
R=40.80%
G=7.19%
B=52.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal193342460.220.8600.0428592.1754.9
HexC122F616560411d5c37
Octal30142366261260443513467
Binary110000011000101111011010110101011001001000111011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C122F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C122F6; }

 p { color: rgb(193,34,246); }

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

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

 a { background-color: rgb(193,34,246); }

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

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

 span { border-color: rgb(193,34,246); }

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