Html Css Color HEX #C11FFD Electric Purple

📋 copy color: '#C11FFD'

red 193 ◦ green 31 ◦ blue 253

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

Shades of Electric Purple #C11FFD

Tints of Electric Purple #C11FFD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.5%

 BLUE value IS 253 (99.22% from 255) = 53.04%

R = 40.46%
G = 6.5%
B = 53.04%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C11FFD (or 0xC11FFD) is known color: Electric Purple. HEX triplet: C1, 1F and FD. RGB value is (193,31,253). Sum of RGB (Red+Green+Blue) = 193+31+253=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 31 (12.5% from 255 or 6.50% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #C11FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11FFD is #3EE002. Grayscale: #686868. Windows color (decimal): -4120579 or 16588737. OLE color: 16588737.

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

Color convert

RGB 193 31 253 -
CMYK 0.24 0.88 0 0.01
HSL 283.78º 0.98% 0.56% -
HSV(B) 283.78º 0.88% 0.99% -
XYZ 40.21 19.41 94.56 -
YUV 104.75 211.67 190.95 -
System Red Green Blue C M Y K H S L
Decimal 193 31 253 0.24 0.88 0 0.01 283.78 0.98 0.56
Hex C1 1F FD 18 58 0 1 11C 62 38
Octal 301 37 375 30 130 0 1 434 142 70
Binary 11000001 11111 11111101 11000 1011000 0 1 100011100 1100010 111000

Color Harmonies of #C11FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11FFD

Black with #C11FFD

Text Example


Text Example

White with #C11FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11FFD; }

 p { color: rgb(193,31,253); }

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

background-color css

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

 a { background-color: rgb(193,31,253); }

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

border-color css

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

 span { border-color: rgb(193,31,253); }

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