Html Css Color HEX #C11AF9 Electric Purple

📋 copy color: '#C11AF9'

red 193 ◦ green 26 ◦ blue 249

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

Shades of Electric Purple #C11AF9

Tints of Electric Purple #C11AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 53.21%

R = 41.24%
G = 5.56%
B = 53.21%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C11AF9 (or 0xC11AF9) is known color: Electric Purple. HEX triplet: C1, 1A and F9. RGB value is (193,26,249). Sum of RGB (Red+Green+Blue) = 193+26+249=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 26 (10.55% from 255 or 5.56% from 468); Blue value is 249 (97.66% from 255 or 53.21% from 468); Max value from RGB is 249 - color contains mainly: blue. Hex color #C11AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11AF9 is #3EE506. Grayscale: #646464. Windows color (decimal): -4121863 or 16325313. OLE color: 16325313.

HSL color Cylindrical-coordinate representation of color #C11AF9: hue angle of 284.93º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C11AF9 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 26 249 -
CMYK 0.22 0.90 0 0.02
HSL 284.93º 0.95% 0.54% -
HSV(B) 284.93º 0.9% 0.98% -
XYZ 39.46 18.92 91.19 -
YUV 101.36 211.33 193.37 -
System Red Green Blue C M Y K H S L
Decimal 193 26 249 0.22 0.90 0 0.02 284.93 0.95 0.54
Hex C1 1A F9 16 5A 0 2 11D 5F 36
Octal 301 32 371 26 132 0 2 435 137 66
Binary 11000001 11010 11111001 10110 1011010 0 10 100011101 1011111 110110

Color Harmonies of #C11AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11AF9

Black with #C11AF9

Text Example


Text Example

White with #C11AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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