#C512EA

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

Shades of Electric Purple #C512EA

Tints of Electric Purple #C512EA

Color information

#C512EA (or 0xC512EA) is unknown color: approx Electric Purple. HEX triplet: C5, 12 and EA. RGB value is (197,18,234). Sum of RGB (Red+Green+Blue) = 197+18+234=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 18 (7.42% from 255 or 4.01% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #C512EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C512EA is #3AED15. Grayscale: #5F5F5F. Windows color (decimal): -3861782 or 15340229. OLE color: 15340229.

HSL color Cylindrical-coordinate representation of color #C512EA: hue angle of 289.72º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C512EA is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19718234-
CMYK0.160.9200.08
HSL289.72º85.71%49.41%-
HSV(B)289.72º92.31%91.76%-
XYZ38.0918.2479.36-
YUV96.14205.8199.94-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.88%
GREEN value IS 18 (7.42% from 255) = 4.01%
BLUE value IS 234 (91.80% from 255) = 52.12%
R=43.88%
G=4.01%
B=52.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal197182340.160.9200.08289.7285.7149.41
HexC512EA105C081225631
Octal305223522013401044212661
Binary110001011001011101010100001011100010001001000101010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C512EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C512EA; }

 p { color: rgb(197,18,234); }

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

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

 a { background-color: rgb(197,18,234); }

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

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

 span { border-color: rgb(197,18,234); }

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