Html Css Color HEX #C11BF9 Electric Purple

📋 copy color: '#C11BF9'

red 193 ◦ green 27 ◦ blue 249

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

Shades of Electric Purple #C11BF9

Tints of Electric Purple #C11BF9

RGB

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

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

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

R = 41.15%
G = 5.76%
B = 53.09%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C11BF9 (or 0xC11BF9) is known color: Electric Purple. HEX triplet: C1, 1B and F9. RGB value is (193,27,249). Sum of RGB (Red+Green+Blue) = 193+27+249=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 27 (10.94% from 255 or 5.76% from 469); Blue value is 249 (97.66% from 255 or 53.09% from 469); Max value from RGB is 249 - color contains mainly: blue. Hex color #C11BF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11BF9 is #3EE406. Grayscale: #656565. Windows color (decimal): -4121607 or 16325569. OLE color: 16325569.

HSL color Cylindrical-coordinate representation of color #C11BF9: hue angle of 284.86º degrees, saturation: 0.95, 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 #C11BF9 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 27 249 -
CMYK 0.22 0.89 0 0.02
HSL 284.86º 0.95% 0.54% -
HSV(B) 284.86º 0.89% 0.98% -
XYZ 39.48 18.96 91.2 -
YUV 101.94 211 192.95 -
System Red Green Blue C M Y K H S L
Decimal 193 27 249 0.22 0.89 0 0.02 284.86 0.95 0.54
Hex C1 1B F9 16 59 0 2 11D 5F 36
Octal 301 33 371 26 131 0 2 435 137 66
Binary 11000001 11011 11111001 10110 1011001 0 10 100011101 1011111 110110

Color Harmonies of #C11BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11BF9

Black with #C11BF9

Text Example


Text Example

White with #C11BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11BF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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