#C12EFF

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

Shades of Electric Purple #C12EFF

Tints of Electric Purple #C12EFF

Color information

#C12EFF (or 0xC12EFF) is unknown color: approx Electric Purple. HEX triplet: C1, 2E and FF. RGB value is (193,46,255). Sum of RGB (Red+Green+Blue) = 193+46+255=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 46 (18.36% from 255 or 9.31% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #C12EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12EFF is #3ED100. Grayscale: #717171. Windows color (decimal): -4116737 or 16723649. OLE color: 16723649.

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

Color convert

RGB19346255-
CMYK0.240.8200
HSL282.2º100%59.02%-
HSV(B)282.2º81.96%100%-
XYZ41.0220.5196.4-
YUV113.78207.7184.51-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.07%
GREEN value IS 46 (18.36% from 255) = 9.31%
BLUE value IS 255 (100% from 255) = 51.62%
R=39.07%
G=9.31%
B=51.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal193462550.240.8200282.210059.02
HexC12EFF18520011a643b
Octal30156377301220043214473
Binary1100000110111011111111110001010010001000110101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12EFF; }

 p { color: rgb(193,46,255); }

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

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

 a { background-color: rgb(193,46,255); }

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

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

 span { border-color: rgb(193,46,255); }

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