#C124F4

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

Shades of Electric Purple #C124F4

Tints of Electric Purple #C124F4

Color information

#C124F4 (or 0xC124F4) is unknown color: approx Electric Purple. HEX triplet: C1, 24 and F4. RGB value is (193,36,244). Sum of RGB (Red+Green+Blue) = 193+36+244=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 36 (14.45% from 255 or 7.61% from 473); Blue value is 244 (95.70% from 255 or 51.59% from 473); Max value from RGB is 244 - color contains mainly: blue. Hex color #C124F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C124F4 is #3EDB0B. Grayscale: #696969. Windows color (decimal): -4119308 or 16000193. OLE color: 16000193.

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

Color convert

RGB19336244-
CMYK0.210.8500.04
HSL285.29º90.43%54.9%-
HSV(B)285.29º85.25%95.69%-
XYZ38.9519.1387.23-
YUV106.66205.51189.59-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.80%
GREEN value IS 36 (14.45% from 255) = 7.61%
BLUE value IS 244 (95.70% from 255) = 51.59%
R=40.80%
G=7.61%
B=51.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal193362440.210.8500.04285.2990.4354.9
HexC124F415550411d5a37
Octal30144364251250443513267
Binary110000011001001111010010101101010101001000111011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C124F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C124F4; }

 p { color: rgb(193,36,244); }

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

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

 a { background-color: rgb(193,36,244); }

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

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

 span { border-color: rgb(193,36,244); }

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