#C12CFF

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

Shades of Electric Purple #C12CFF

Tints of Electric Purple #C12CFF

Color information

#C12CFF (or 0xC12CFF) is unknown color: approx Electric Purple. HEX triplet: C1, 2C and FF. RGB value is (193,44,255). Sum of RGB (Red+Green+Blue) = 193+44+255=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 44 (17.58% from 255 or 8.94% 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 #C12CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12CFF is #3ED300. Grayscale: #6F6F6F. Windows color (decimal): -4117249 or 16723137. OLE color: 16723137.

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

Color convert

RGB19344255-
CMYK0.240.8300
HSL282.37º100%58.63%-
HSV(B)282.37º82.75%100%-
XYZ40.9420.3696.38-
YUV112.6208.36185.34-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.23%
GREEN value IS 44 (17.58% from 255) = 8.94%
BLUE value IS 255 (100% from 255) = 51.83%
R=39.23%
G=8.94%
B=51.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal193442550.240.8300282.3710058.63
HexC12CFF18530011a643b
Octal30154377301230043214473
Binary1100000110110011111111110001010011001000110101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12CFF; }

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

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

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

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

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

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

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

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