Html Css Color HEX #C11DFE Electric Purple

📋 copy color: '#C11DFE'

red 193 ◦ green 29 ◦ blue 254

#C11DFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #C11DFE

Tints of Electric Purple #C11DFE

RGB

 RED value IS 193 (75.78% from 255) = 40.55%

 GREEN value IS 29 (11.72% from 255) = 6.09%

 BLUE value IS 254 (99.61% from 255) = 53.36%

R = 40.55%
G = 6.09%
B = 53.36%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C11DFE (or 0xC11DFE) is known color: Electric Purple. HEX triplet: C1, 1D and FE. RGB value is (193,29,254). Sum of RGB (Red+Green+Blue) = 193+29+254=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 29 (11.72% from 255 or 6.09% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #C11DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11DFE is #3EE201. Grayscale: #666666. Windows color (decimal): -4121090 or 16653761. OLE color: 16653761.

HSL color Cylindrical-coordinate representation of color #C11DFE: hue angle of 283.73º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C11DFE is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 193 29 254 -
CMYK 0.24 0.89 0 0.00
HSL 283.73º 0.99% 0.55% -
HSV(B) 283.73º 0.89% 1% -
XYZ 40.32 19.37 95.38 -
YUV 103.69 212.83 191.7 -
System Red Green Blue C M Y K H S L
Decimal 193 29 254 0.24 0.89 0 0.00 283.73 0.99 0.55
Hex C1 1D FE 18 59 0 0 11C 63 37
Octal 301 35 376 30 131 0 0 434 143 67
Binary 11000001 11101 11111110 11000 1011001 0 0 100011100 1100011 110111

Color Harmonies of #C11DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11DFE

Black with #C11DFE

Text Example


Text Example

White with #C11DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11DFE; }

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

 H1.HeaderClassName
 {
   color: #C11DFE;
 }
 .AnyTagClassName
 {
   color: #C11DFE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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