#C430F4

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

Shades of Electric Purple #C430F4

Tints of Electric Purple #C430F4

Color information

#C430F4 (or 0xC430F4) is unknown color: approx Electric Purple. HEX triplet: C4, 30 and F4. RGB value is (196,48,244). Sum of RGB (Red+Green+Blue) = 196+48+244=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 48 (19.14% from 255 or 9.84% from 488); Blue value is 244 (95.70% from 255 or 50% from 488); Max value from RGB is 244 - color contains mainly: blue. Hex color #C430F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C430F4 is #3BCF0B. Grayscale: #717171. Windows color (decimal): -3919628 or 16003268. OLE color: 16003268.

HSL color Cylindrical-coordinate representation of color #C430F4: hue angle of 285.31º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C430F4 is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB19648244-
CMYK0.200.8000.04
HSL285.31º89.91%57.25%-
HSV(B)285.31º80.33%95.69%-
XYZ40.1520.3887.41-
YUV114.6201.03186.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.16%
GREEN value IS 48 (19.14% from 255) = 9.84%
BLUE value IS 244 (95.70% from 255) = 50%
R=40.16%
G=9.84%
B=50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal196482440.200.8000.04285.3189.9157.25
HexC430F414500411d5a39
Octal30460364241200443513271
Binary110001001100001111010010100101000001001000111011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C430F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C430F4; }

 p { color: rgb(196,48,244); }

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

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

 a { background-color: rgb(196,48,244); }

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

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

 span { border-color: rgb(196,48,244); }

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