#C101E6

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

Shades of Electric Purple #C101E6

Tints of Electric Purple #C101E6

Color information

#C101E6 (or 0xC101E6) is unknown color: approx Electric Purple. HEX triplet: C1, 01 and E6. RGB value is (193,1,230). Sum of RGB (Red+Green+Blue) = 193+1+230=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 1 (0.78% from 255 or 0.24% from 424); Blue value is 230 (90.23% from 255 or 54.25% from 424); Max value from RGB is 230 - color contains mainly: blue. Hex color #C101E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C101E6 is #3EFE19. Grayscale: #535353. Windows color (decimal): -4128282 or 15073729. OLE color: 15073729.

HSL color Cylindrical-coordinate representation of color #C101E6: hue angle of 290.31º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C101E6 is Cyan = 0.16, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB1931230-
CMYK0.161.0000.10
HSL290.31º99.13%45.29%-
HSV(B)290.31º99.57%90.2%-
XYZ36.2917.0776.25-
YUV84.51210.11205.38-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.52%
GREEN value IS 1 (0.78% from 255) = 0.24%
BLUE value IS 230 (90.23% from 255) = 54.25%
R=45.52%
G=0.24%
B=54.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal19312300.161.0000.10290.3199.1345.29
HexC11E610640A122632d
Octal30113462014401244214355
Binary11000001111100110100001100100010101001000101100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C101E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C101E6; }

 p { color: rgb(193,1,230); }

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

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

 a { background-color: rgb(193,1,230); }

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

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

 span { border-color: rgb(193,1,230); }

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