Html Css Color HEX #C111FC Electric Purple

📋 copy color: '#C111FC'

red 193 ◦ green 17 ◦ blue 252

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

Shades of Electric Purple #C111FC

Tints of Electric Purple #C111FC

RGB

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

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

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

R = 41.77%
G = 3.68%
B = 54.55%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C111FC (or 0xC111FC) is known color: Electric Purple. HEX triplet: C1, 11 and FC. RGB value is (193,17,252). Sum of RGB (Red+Green+Blue) = 193+17+252=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 17 (7.03% from 255 or 3.68% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #C111FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C111FC is #3EEE03. Grayscale: #5F5F5F. Windows color (decimal): -4124164 or 16519617. OLE color: 16519617.

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

Color convert

RGB 193 17 252 -
CMYK 0.23 0.93 0 0.01
HSL 284.94º 0.98% 0.53% -
HSV(B) 284.94º 0.93% 0.99% -
XYZ 39.76 18.77 93.62 -
YUV 96.41 215.81 196.89 -
System Red Green Blue C M Y K H S L
Decimal 193 17 252 0.23 0.93 0 0.01 284.94 0.98 0.53
Hex C1 11 FC 17 5D 0 1 11D 62 35
Octal 301 21 374 27 135 0 1 435 142 65
Binary 11000001 10001 11111100 10111 1011101 0 1 100011101 1100010 110101

Color Harmonies of #C111FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C111FC

Black with #C111FC

Text Example


Text Example

White with #C111FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C111FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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