Html Css Color HEX #C11FFB Electric Purple

📋 copy color: '#C11FFB'

red 193 ◦ green 31 ◦ blue 251

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

Shades of Electric Purple #C11FFB

Tints of Electric Purple #C11FFB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.53%

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

R = 40.63%
G = 6.53%
B = 52.84%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C11FFB (or 0xC11FFB) is known color: Electric Purple. HEX triplet: C1, 1F and FB. RGB value is (193,31,251). Sum of RGB (Red+Green+Blue) = 193+31+251=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 31 (12.5% from 255 or 6.53% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #C11FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11FFB is #3EE004. Grayscale: #676767. Windows color (decimal): -4120581 or 16457665. OLE color: 16457665.

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

Color convert

RGB 193 31 251 -
CMYK 0.23 0.88 0 0.02
HSL 284.18º 0.96% 0.55% -
HSV(B) 284.18º 0.88% 0.98% -
XYZ 39.89 19.28 92.89 -
YUV 104.52 210.67 191.11 -
System Red Green Blue C M Y K H S L
Decimal 193 31 251 0.23 0.88 0 0.02 284.18 0.96 0.55
Hex C1 1F FB 17 58 0 2 11C 60 37
Octal 301 37 373 27 130 0 2 434 140 67
Binary 11000001 11111 11111011 10111 1011000 0 10 100011100 1100000 110111

Color Harmonies of #C11FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11FFB

Black with #C11FFB

Text Example


Text Example

White with #C11FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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