Html Css Color HEX #C414FC Electric Purple

📋 copy color: '#C414FC'

red 196 ◦ green 20 ◦ blue 252

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

Shades of Electric Purple #C414FC

Tints of Electric Purple #C414FC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.27%

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

R = 41.88%
G = 4.27%
B = 53.85%

CMYK

 C value IS 0.22

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C414FC (or 0xC414FC) is known color: Electric Purple. HEX triplet: C4, 14 and FC. RGB value is (196,20,252). Sum of RGB (Red+Green+Blue) = 196+20+252=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 20 (8.20% from 255 or 4.27% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #C414FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C414FC is #3BEB03. Grayscale: #626262. Windows color (decimal): -3926788 or 16520388. OLE color: 16520388.

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

Color convert

RGB 196 20 252 -
CMYK 0.22 0.92 0 0.01
HSL 285.52º 0.97% 0.53% -
HSV(B) 285.52º 0.92% 0.99% -
XYZ 40.59 19.26 93.67 -
YUV 99.07 214.31 197.14 -
System Red Green Blue C M Y K H S L
Decimal 196 20 252 0.22 0.92 0 0.01 285.52 0.97 0.53
Hex C4 14 FC 16 5C 0 1 11E 61 35
Octal 304 24 374 26 134 0 1 436 141 65
Binary 11000100 10100 11111100 10110 1011100 0 1 100011110 1100001 110101

Color Harmonies of #C414FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C414FC

Black with #C414FC

Text Example


Text Example

White with #C414FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C414FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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