#C11DFC

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

Shades of Electric Purple #C11DFC

Tints of Electric Purple #C11DFC

Color information

#C11DFC (or 0xC11DFC) is unknown color: approx Electric Purple. HEX triplet: C1, 1D and FC. RGB value is (193,29,252). Sum of RGB (Red+Green+Blue) = 193+29+252=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 29 (11.72% from 255 or 6.12% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #C11DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11DFC is #3EE203. Grayscale: #666666. Windows color (decimal): -4121092 or 16522689. OLE color: 16522689.

HSL color Cylindrical-coordinate representation of color #C11DFC: hue angle of 284.13º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11DFC is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB19329252-
CMYK0.230.8800.01
HSL284.13º97.38%55.1%-
HSV(B)284.13º88.49%98.82%-
XYZ4019.2493.7-
YUV103.46211.83191.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.72%
GREEN value IS 29 (11.72% from 255) = 6.12%
BLUE value IS 252 (98.83% from 255) = 53.16%
R=40.72%
G=6.12%
B=53.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal193292520.230.8800.01284.1397.3855.1
HexC11DFC17580111c6137
Octal30135374271300143414167
Binary110000011110111111100101111011000011000111001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11DFC; }

 p { color: rgb(193,29,252); }

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

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

 a { background-color: rgb(193,29,252); }

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

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

 span { border-color: rgb(193,29,252); }

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