Html Css Color HEX #C11CF4 Electric Purple

📋 copy color: '#C11CF4'

red 193 ◦ green 28 ◦ blue 244

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

Shades of Electric Purple #C11CF4

Tints of Electric Purple #C11CF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 52.47%

R = 41.51%
G = 6.02%
B = 52.47%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C11CF4 (or 0xC11CF4) is known color: Electric Purple. HEX triplet: C1, 1C and F4. RGB value is (193,28,244). Sum of RGB (Red+Green+Blue) = 193+28+244=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 28 (11.33% from 255 or 6.02% from 465); Blue value is 244 (95.70% from 255 or 52.47% from 465); Max value from RGB is 244 - color contains mainly: blue. Hex color #C11CF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11CF4 is #3EE30B. Grayscale: #656565. Windows color (decimal): -4121356 or 15998145. OLE color: 15998145.

HSL color Cylindrical-coordinate representation of color #C11CF4: hue angle of 285.83º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C11CF4 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 193 28 244 -
CMYK 0.21 0.89 0 0.04
HSL 285.83º 0.91% 0.53% -
HSV(B) 285.83º 0.89% 0.96% -
XYZ 38.74 18.7 87.16 -
YUV 101.96 208.16 192.94 -
System Red Green Blue C M Y K H S L
Decimal 193 28 244 0.21 0.89 0 0.04 285.83 0.91 0.53
Hex C1 1C F4 15 59 0 4 11E 5B 35
Octal 301 34 364 25 131 0 4 436 133 65
Binary 11000001 11100 11110100 10101 1011001 0 100 100011110 1011011 110101

Color Harmonies of #C11CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11CF4

Black with #C11CF4

Text Example


Text Example

White with #C11CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11CF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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