Html Css Color HEX #C11BFC Electric Purple

📋 copy color: '#C11BFC'

red 193 ◦ green 27 ◦ blue 252

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

Shades of Electric Purple #C11BFC

Tints of Electric Purple #C11BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.39%

R = 40.89%
G = 5.72%
B = 53.39%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C11BFC (or 0xC11BFC) is known color: Electric Purple. HEX triplet: C1, 1B and FC. RGB value is (193,27,252). Sum of RGB (Red+Green+Blue) = 193+27+252=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 27 (10.94% from 255 or 5.72% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #C11BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11BFC is #3EE403. Grayscale: #656565. Windows color (decimal): -4121604 or 16522177. OLE color: 16522177.

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

Color convert

RGB 193 27 252 -
CMYK 0.23 0.89 0 0.01
HSL 284.27º 0.97% 0.55% -
HSV(B) 284.27º 0.89% 0.99% -
XYZ 39.95 19.15 93.69 -
YUV 102.28 212.5 192.7 -
System Red Green Blue C M Y K H S L
Decimal 193 27 252 0.23 0.89 0 0.01 284.27 0.97 0.55
Hex C1 1B FC 17 59 0 1 11C 61 37
Octal 301 33 374 27 131 0 1 434 141 67
Binary 11000001 11011 11111100 10111 1011001 0 1 100011100 1100001 110111

Color Harmonies of #C11BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11BFC

Black with #C11BFC

Text Example


Text Example

White with #C11BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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