Html Css Color HEX #C418F9 Electric Purple

📋 copy color: '#C418F9'

red 196 ◦ green 24 ◦ blue 249

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

Shades of Electric Purple #C418F9

Tints of Electric Purple #C418F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 53.09%

R = 41.79%
G = 5.12%
B = 53.09%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C418F9 (or 0xC418F9) is known color: Electric Purple. HEX triplet: C4, 18 and F9. RGB value is (196,24,249). Sum of RGB (Red+Green+Blue) = 196+24+249=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 24 (9.77% from 255 or 5.12% from 469); Blue value is 249 (97.66% from 255 or 53.09% from 469); Max value from RGB is 249 - color contains mainly: blue. Hex color #C418F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C418F9 is #3BE706. Grayscale: #646464. Windows color (decimal): -3925767 or 16324804. OLE color: 16324804.

HSL color Cylindrical-coordinate representation of color #C418F9: hue angle of 285.87º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C418F9 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 24 249 -
CMYK 0.21 0.90 0 0.02
HSL 285.87º 0.95% 0.54% -
HSV(B) 285.87º 0.9% 0.98% -
XYZ 40.19 19.23 91.22 -
YUV 101.08 211.48 195.7 -
System Red Green Blue C M Y K H S L
Decimal 196 24 249 0.21 0.90 0 0.02 285.87 0.95 0.54
Hex C4 18 F9 15 5A 0 2 11E 5F 36
Octal 304 30 371 25 132 0 2 436 137 66
Binary 11000100 11000 11111001 10101 1011010 0 10 100011110 1011111 110110

Color Harmonies of #C418F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C418F9

Black with #C418F9

Text Example


Text Example

White with #C418F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C418F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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