Html Css Color HEX #C11BFA Electric Purple

📋 copy color: '#C11BFA'

red 193 ◦ green 27 ◦ blue 250

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

Shades of Electric Purple #C11BFA

Tints of Electric Purple #C11BFA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.74%

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

R = 41.06%
G = 5.74%
B = 53.19%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C11BFA (or 0xC11BFA) is known color: Electric Purple. HEX triplet: C1, 1B and FA. RGB value is (193,27,250). Sum of RGB (Red+Green+Blue) = 193+27+250=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 27 (10.94% from 255 or 5.74% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #C11BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11BFA is #3EE405. Grayscale: #656565. Windows color (decimal): -4121606 or 16391105. OLE color: 16391105.

HSL color Cylindrical-coordinate representation of color #C11BFA: hue angle of 284.66º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C11BFA is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 27 250 -
CMYK 0.23 0.89 0 0.02
HSL 284.66º 0.96% 0.54% -
HSV(B) 284.66º 0.89% 0.98% -
XYZ 39.64 19.02 92.03 -
YUV 102.06 211.5 192.87 -
System Red Green Blue C M Y K H S L
Decimal 193 27 250 0.23 0.89 0 0.02 284.66 0.96 0.54
Hex C1 1B FA 17 59 0 2 11D 60 36
Octal 301 33 372 27 131 0 2 435 140 66
Binary 11000001 11011 11111010 10111 1011001 0 10 100011101 1100000 110110

Color Harmonies of #C11BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11BFA

Black with #C11BFA

Text Example


Text Example

White with #C11BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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