Html Css Color HEX #C111FB Electric Purple

📋 copy color: '#C111FB'

red 193 ◦ green 17 ◦ blue 251

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

Shades of Electric Purple #C111FB

Tints of Electric Purple #C111FB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.69%

 BLUE value IS 251 (98.44% from 255) = 54.45%

R = 41.87%
G = 3.69%
B = 54.45%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C111FB (or 0xC111FB) is known color: Electric Purple. HEX triplet: C1, 11 and FB. RGB value is (193,17,251). Sum of RGB (Red+Green+Blue) = 193+17+251=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 17 (7.03% from 255 or 3.69% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #C111FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C111FB is #3EEE04. Grayscale: #5F5F5F. Windows color (decimal): -4124165 or 16454081. OLE color: 16454081.

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

Color convert

RGB 193 17 251 -
CMYK 0.23 0.93 0 0.02
HSL 285.13º 0.97% 0.53% -
HSV(B) 285.13º 0.93% 0.98% -
XYZ 39.61 18.7 92.79 -
YUV 96.3 215.31 196.97 -
System Red Green Blue C M Y K H S L
Decimal 193 17 251 0.23 0.93 0 0.02 285.13 0.97 0.53
Hex C1 11 FB 17 5D 0 2 11D 61 35
Octal 301 21 373 27 135 0 2 435 141 65
Binary 11000001 10001 11111011 10111 1011101 0 10 100011101 1100001 110101

Color Harmonies of #C111FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C111FB

Black with #C111FB

Text Example


Text Example

White with #C111FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C111FB; }

 p { color: rgb(193,17,251); }

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

background-color css

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

 a { background-color: rgb(193,17,251); }

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

border-color css

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

 span { border-color: rgb(193,17,251); }

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