Html Css Color HEX #C11AFC Electric Purple

📋 copy color: '#C11AFC'

red 193 ◦ green 26 ◦ blue 252

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

Shades of Electric Purple #C11AFC

Tints of Electric Purple #C11AFC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.52%

 BLUE value IS 252 (98.83% from 255) = 53.5%

R = 40.98%
G = 5.52%
B = 53.5%

CMYK

 C value IS 0.23

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C11AFC (or 0xC11AFC) is known color: Electric Purple. HEX triplet: C1, 1A and FC. RGB value is (193,26,252). Sum of RGB (Red+Green+Blue) = 193+26+252=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 26 (10.55% from 255 or 5.52% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #C11AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11AFC is #3EE503. Grayscale: #646464. Windows color (decimal): -4121860 or 16521921. OLE color: 16521921.

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

Color convert

RGB 193 26 252 -
CMYK 0.23 0.90 0 0.01
HSL 284.34º 0.97% 0.55% -
HSV(B) 284.34º 0.9% 0.99% -
XYZ 39.93 19.1 93.68 -
YUV 101.7 212.83 193.12 -
System Red Green Blue C M Y K H S L
Decimal 193 26 252 0.23 0.90 0 0.01 284.34 0.97 0.55
Hex C1 1A FC 17 5A 0 1 11C 61 37
Octal 301 32 374 27 132 0 1 434 141 67
Binary 11000001 11010 11111100 10111 1011010 0 1 100011100 1100001 110111

Color Harmonies of #C11AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11AFC

Black with #C11AFC

Text Example


Text Example

White with #C11AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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