Html Css Color HEX #C414F9 Electric Purple

📋 copy color: '#C414F9'

red 196 ◦ green 20 ◦ blue 249

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

Shades of Electric Purple #C414F9

Tints of Electric Purple #C414F9

RGB

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

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

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

R = 42.15%
G = 4.3%
B = 53.55%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C414F9 (or 0xC414F9) is known color: Electric Purple. HEX triplet: C4, 14 and F9. RGB value is (196,20,249). Sum of RGB (Red+Green+Blue) = 196+20+249=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 20 (8.20% from 255 or 4.30% from 465); Blue value is 249 (97.66% from 255 or 53.55% from 465); Max value from RGB is 249 - color contains mainly: blue. Hex color #C414F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C414F9 is #3BEB06. Grayscale: #616161. Windows color (decimal): -3926791 or 16323780. OLE color: 16323780.

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

Color convert

RGB 196 20 249 -
CMYK 0.21 0.92 0 0.02
HSL 286.11º 0.95% 0.53% -
HSV(B) 286.11º 0.92% 0.98% -
XYZ 40.11 19.08 91.19 -
YUV 98.73 212.81 197.38 -
System Red Green Blue C M Y K H S L
Decimal 196 20 249 0.21 0.92 0 0.02 286.11 0.95 0.53
Hex C4 14 F9 15 5C 0 2 11E 5F 35
Octal 304 24 371 25 134 0 2 436 137 65
Binary 11000100 10100 11111001 10101 1011100 0 10 100011110 1011111 110101

Color Harmonies of #C414F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C414F9

Black with #C414F9

Text Example


Text Example

White with #C414F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C414F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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