Html Css Color HEX #C11DFF Electric Purple

📋 copy color: '#C11DFF'

red 193 ◦ green 29 ◦ blue 255

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

Shades of Electric Purple #C11DFF

Tints of Electric Purple #C11DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.46%

R = 40.46%
G = 6.08%
B = 53.46%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C11DFF (or 0xC11DFF) is known color: Electric Purple. HEX triplet: C1, 1D and FF. RGB value is (193,29,255). Sum of RGB (Red+Green+Blue) = 193+29+255=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 29 (11.72% from 255 or 6.08% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #C11DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11DFF is #3EE200. Grayscale: #676767. Windows color (decimal): -4121089 or 16719297. OLE color: 16719297.

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

Color convert

RGB 193 29 255 -
CMYK 0.24 0.89 0 0
HSL 283.54º 1% 0.56% -
HSV(B) 283.54º 0.89% 1% -
XYZ 40.48 19.44 96.23 -
YUV 103.8 213.33 191.62 -
System Red Green Blue C M Y K H S L
Decimal 193 29 255 0.24 0.89 0 0 283.54 1 0.56
Hex C1 1D FF 18 59 0 0 11C 64 38
Octal 301 35 377 30 131 0 0 434 144 70
Binary 11000001 11101 11111111 11000 1011001 0 0 100011100 1100100 111000

Color Harmonies of #C11DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11DFF

Black with #C11DFF

Text Example


Text Example

White with #C11DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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