Html Css Color HEX #C11AFA Electric Purple

📋 copy color: '#C11AFA'

red 193 ◦ green 26 ◦ blue 250

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

Shades of Electric Purple #C11AFA

Tints of Electric Purple #C11AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.3%

R = 41.15%
G = 5.54%
B = 53.3%

CMYK

 C value IS 0.23

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C11AFA (or 0xC11AFA) is known color: Electric Purple. HEX triplet: C1, 1A and FA. RGB value is (193,26,250). Sum of RGB (Red+Green+Blue) = 193+26+250=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 26 (10.55% from 255 or 5.54% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #C11AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11AFA is #3EE505. Grayscale: #646464. Windows color (decimal): -4121862 or 16390849. OLE color: 16390849.

HSL color Cylindrical-coordinate representation of color #C11AFA: hue angle of 284.73º degrees, saturation: 0.96, 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 #C11AFA is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 26 250 -
CMYK 0.23 0.90 0 0.02
HSL 284.73º 0.96% 0.54% -
HSV(B) 284.73º 0.9% 0.98% -
XYZ 39.62 18.98 92.02 -
YUV 101.47 211.83 193.29 -
System Red Green Blue C M Y K H S L
Decimal 193 26 250 0.23 0.90 0 0.02 284.73 0.96 0.54
Hex C1 1A FA 17 5A 0 2 11D 60 36
Octal 301 32 372 27 132 0 2 435 140 66
Binary 11000001 11010 11111010 10111 1011010 0 10 100011101 1100000 110110

Color Harmonies of #C11AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11AFA

Black with #C11AFA

Text Example


Text Example

White with #C11AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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