#C411FF

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

Shades of Electric Purple #C411FF

Tints of Electric Purple #C411FF

Color information

#C411FF (or 0xC411FF) is unknown color: approx Electric Purple. HEX triplet: C4, 11 and FF. RGB value is (196,17,255). Sum of RGB (Red+Green+Blue) = 196+17+255=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 17 (7.03% from 255 or 3.63% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #C411FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C411FF is #3BEE00. Grayscale: #606060. Windows color (decimal): -3927553 or 16716228. OLE color: 16716228.

HSL color Cylindrical-coordinate representation of color #C411FF: hue angle of 285.13º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C411FF is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB19617255-
CMYK0.230.9300
HSL285.13º100%53.33%-
HSV(B)285.13º93.33%100%-
XYZ41.0219.3696.18-
YUV97.65216.8198.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.88%
GREEN value IS 17 (7.03% from 255) = 3.63%
BLUE value IS 255 (100% from 255) = 54.49%
R=41.88%
G=3.63%
B=54.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal196172550.230.9300285.1310053.33
HexC411FF175D0011d6435
Octal30421377271350043514465
Binary110001001000111111111101111011101001000111011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C411FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C411FF; }

 p { color: rgb(196,17,255); }

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

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

 a { background-color: rgb(196,17,255); }

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

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

 span { border-color: rgb(196,17,255); }

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