Html Css Color HEX #C414F5 Electric Purple

📋 copy color: '#C414F5'

red 196 ◦ green 20 ◦ blue 245

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

Shades of Electric Purple #C414F5

Tints of Electric Purple #C414F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 53.15%

R = 42.52%
G = 4.34%
B = 53.15%

CMYK

 C value IS 0.2

 M value IS 0.92

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C414F5 (or 0xC414F5) is known color: Electric Purple. HEX triplet: C4, 14 and F5. RGB value is (196,20,245). Sum of RGB (Red+Green+Blue) = 196+20+245=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 20 (8.20% from 255 or 4.34% from 461); Blue value is 245 (96.09% from 255 or 53.15% from 461); Max value from RGB is 245 - color contains mainly: blue. Hex color #C414F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C414F5 is #3BEB0A. Grayscale: #616161. Windows color (decimal): -3926795 or 16061636. OLE color: 16061636.

HSL color Cylindrical-coordinate representation of color #C414F5: hue angle of 286.93º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C414F5 is Cyan = 0.2, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 196 20 245 -
CMYK 0.2 0.92 0 0.04
HSL 286.93º 0.92% 0.52% -
HSV(B) 286.93º 0.92% 0.96% -
XYZ 39.5 18.83 87.94 -
YUV 98.27 210.81 197.7 -
System Red Green Blue C M Y K H S L
Decimal 196 20 245 0.2 0.92 0 0.04 286.93 0.92 0.52
Hex C4 14 F5 14 5C 0 4 11F 5C 34
Octal 304 24 365 24 134 0 4 437 134 64
Binary 11000100 10100 11110101 10100 1011100 0 100 100011111 1011100 110100

Color Harmonies of #C414F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C414F5

Black with #C414F5

Text Example


Text Example

White with #C414F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C414F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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