Html Css Color HEX #C11CFF Electric Purple

📋 copy color: '#C11CFF'

red 193 ◦ green 28 ◦ blue 255

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

Shades of Electric Purple #C11CFF

Tints of Electric Purple #C11CFF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.88%

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

R = 40.55%
G = 5.88%
B = 53.57%

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

#C11CFF (or 0xC11CFF) is known color: Electric Purple. HEX triplet: C1, 1C and FF. RGB value is (193,28,255). Sum of RGB (Red+Green+Blue) = 193+28+255=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 28 (11.33% from 255 or 5.88% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #C11CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11CFF is #3EE300. Grayscale: #666666. Windows color (decimal): -4121345 or 16719041. OLE color: 16719041.

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

Color convert

RGB 193 28 255 -
CMYK 0.24 0.89 0 0
HSL 283.61º 1% 0.55% -
HSV(B) 283.61º 0.89% 1% -
XYZ 40.46 19.39 96.22 -
YUV 103.21 213.66 192.04 -
System Red Green Blue C M Y K H S L
Decimal 193 28 255 0.24 0.89 0 0 283.61 1 0.55
Hex C1 1C FF 18 59 0 0 11C 64 37
Octal 301 34 377 30 131 0 0 434 144 67
Binary 11000001 11100 11111111 11000 1011001 0 0 100011100 1100100 110111

Color Harmonies of #C11CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11CFF

Black with #C11CFF

Text Example


Text Example

White with #C11CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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