Html Css Color HEX #C411FC Electric Purple

📋 copy color: '#C411FC'

red 196 ◦ green 17 ◦ blue 252

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

Shades of Electric Purple #C411FC

Tints of Electric Purple #C411FC

RGB

 RED value IS 196 (76.95% from 255) = 42.15%

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

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

R = 42.15%
G = 3.66%
B = 54.19%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C411FC (or 0xC411FC) is known color: Electric Purple. HEX triplet: C4, 11 and FC. RGB value is (196,17,252). Sum of RGB (Red+Green+Blue) = 196+17+252=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 17 (7.03% from 255 or 3.66% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #C411FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C411FC is #3BEE03. Grayscale: #606060. Windows color (decimal): -3927556 or 16519620. OLE color: 16519620.

HSL color Cylindrical-coordinate representation of color #C411FC: hue angle of 285.7º 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 #C411FC is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 196 17 252 -
CMYK 0.22 0.93 0 0.01
HSL 285.7º 0.98% 0.53% -
HSV(B) 285.7º 0.93% 0.99% -
XYZ 40.54 19.16 93.66 -
YUV 97.31 215.3 198.39 -
System Red Green Blue C M Y K H S L
Decimal 196 17 252 0.22 0.93 0 0.01 285.7 0.98 0.53
Hex C4 11 FC 16 5D 0 1 11E 62 35
Octal 304 21 374 26 135 0 1 436 142 65
Binary 11000100 10001 11111100 10110 1011101 0 1 100011110 1100010 110101

Color Harmonies of #C411FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C411FC

Black with #C411FC

Text Example


Text Example

White with #C411FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C411FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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