Html Css Color HEX #C418FC Electric Purple

📋 copy color: '#C418FC'

red 196 ◦ green 24 ◦ blue 252

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

Shades of Electric Purple #C418FC

Tints of Electric Purple #C418FC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.08%

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

R = 41.53%
G = 5.08%
B = 53.39%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C418FC (or 0xC418FC) is known color: Electric Purple. HEX triplet: C4, 18 and FC. RGB value is (196,24,252). Sum of RGB (Red+Green+Blue) = 196+24+252=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 24 (9.77% from 255 or 5.08% 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 #C418FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C418FC is #3BE703. Grayscale: #646464. Windows color (decimal): -3925764 or 16521412. OLE color: 16521412.

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

Color convert

RGB 196 24 252 -
CMYK 0.22 0.90 0 0.01
HSL 285.26º 0.97% 0.54% -
HSV(B) 285.26º 0.9% 0.99% -
XYZ 40.66 19.42 93.7 -
YUV 101.42 212.98 195.46 -
System Red Green Blue C M Y K H S L
Decimal 196 24 252 0.22 0.90 0 0.01 285.26 0.97 0.54
Hex C4 18 FC 16 5A 0 1 11D 61 36
Octal 304 30 374 26 132 0 1 435 141 66
Binary 11000100 11000 11111100 10110 1011010 0 1 100011101 1100001 110110

Color Harmonies of #C418FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C418FC

Black with #C418FC

Text Example


Text Example

White with #C418FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C418FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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