#C419F6

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

Shades of Electric Purple #C419F6

Tints of Electric Purple #C419F6

Color information

#C419F6 (or 0xC419F6) is unknown color: approx Electric Purple. HEX triplet: C4, 19 and F6. RGB value is (196,25,246). Sum of RGB (Red+Green+Blue) = 196+25+246=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 25 (10.16% from 255 or 5.35% from 467); Blue value is 246 (96.48% from 255 or 52.68% from 467); Max value from RGB is 246 - color contains mainly: blue. Hex color #C419F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C419F6 is #3BE609. Grayscale: #646464. Windows color (decimal): -3925514 or 16128452. OLE color: 16128452.

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

Color convert

RGB19625246-
CMYK0.200.9000.04
HSL286.43º92.47%53.14%-
HSV(B)286.43º89.84%96.47%-
XYZ39.7519.0888.78-
YUV101.32209.65195.53-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.97%
GREEN value IS 25 (10.16% from 255) = 5.35%
BLUE value IS 246 (96.48% from 255) = 52.68%
R=41.97%
G=5.35%
B=52.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal196252460.200.9000.04286.4392.4753.14
HexC419F6145A0411e5c35
Octal30431366241320443613465
Binary11000100110011111011010100101101001001000111101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C419F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C419F6; }

 p { color: rgb(196,25,246); }

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

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

 a { background-color: rgb(196,25,246); }

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

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

 span { border-color: rgb(196,25,246); }

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