Html Css Color HEX #C11CFB Electric Purple

📋 copy color: '#C11CFB'

red 193 ◦ green 28 ◦ blue 251

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

Shades of Electric Purple #C11CFB

Tints of Electric Purple #C11CFB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.93%

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

R = 40.89%
G = 5.93%
B = 53.18%

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

#C11CFB (or 0xC11CFB) is known color: Electric Purple. HEX triplet: C1, 1C and FB. RGB value is (193,28,251). Sum of RGB (Red+Green+Blue) = 193+28+251=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 28 (11.33% from 255 or 5.93% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #C11CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11CFB is #3EE304. Grayscale: #666666. Windows color (decimal): -4121349 or 16456897. OLE color: 16456897.

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

Color convert

RGB 193 28 251 -
CMYK 0.23 0.89 0 0.02
HSL 284.39º 0.97% 0.55% -
HSV(B) 284.39º 0.89% 0.98% -
XYZ 39.82 19.13 92.86 -
YUV 102.76 211.66 192.37 -
System Red Green Blue C M Y K H S L
Decimal 193 28 251 0.23 0.89 0 0.02 284.39 0.97 0.55
Hex C1 1C FB 17 59 0 2 11C 61 37
Octal 301 34 373 27 131 0 2 434 141 67
Binary 11000001 11100 11111011 10111 1011001 0 10 100011100 1100001 110111

Color Harmonies of #C11CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11CFB

Black with #C11CFB

Text Example


Text Example

White with #C11CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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