#C408F9

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

Shades of Electric Purple #C408F9

Tints of Electric Purple #C408F9

Color information

#C408F9 (or 0xC408F9) is unknown color: approx Electric Purple. HEX triplet: C4, 08 and F9. RGB value is (196,8,249). Sum of RGB (Red+Green+Blue) = 196+8+249=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 8 (3.52% from 255 or 1.77% from 453); Blue value is 249 (97.66% from 255 or 54.97% from 453); Max value from RGB is 249 - color contains mainly: blue. Hex color #C408F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C408F9 is #3BF706. Grayscale: #5A5A5A. Windows color (decimal): -3929863 or 16320708. OLE color: 16320708.

HSL color Cylindrical-coordinate representation of color #C408F9: hue angle of 286.8º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C408F9 is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1968249-
CMYK0.210.9700.02
HSL286.8º95.26%50.39%-
HSV(B)286.8º96.79%97.65%-
XYZ39.9518.7591.14-
YUV91.69216.78202.4-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.27%
GREEN value IS 8 (3.52% from 255) = 1.77%
BLUE value IS 249 (97.66% from 255) = 54.97%
R=43.27%
G=1.77%
B=54.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal19682490.210.9700.02286.895.2650.39
HexC48F915610211f5f32
Octal30410371251410243713762
Binary110001001000111110011010111000010101000111111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C408F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C408F9; }

 p { color: rgb(196,8,249); }

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

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

 a { background-color: rgb(196,8,249); }

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

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

 span { border-color: rgb(196,8,249); }

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