Html Css Color HEX #C414EA Electric Purple

📋 copy color: '#C414EA'

red 196 ◦ green 20 ◦ blue 234

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

Shades of Electric Purple #C414EA

Tints of Electric Purple #C414EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52%

R = 43.56%
G = 4.44%
B = 52%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C414EA (or 0xC414EA) is known color: Electric Purple. HEX triplet: C4, 14 and EA. RGB value is (196,20,234). Sum of RGB (Red+Green+Blue) = 196+20+234=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 20 (8.20% from 255 or 4.44% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #C414EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C414EA is #3BEB15. Grayscale: #606060. Windows color (decimal): -3926806 or 15340740. OLE color: 15340740.

HSL color Cylindrical-coordinate representation of color #C414EA: hue angle of 289.35º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C414EA is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 20 234 -
CMYK 0.16 0.91 0 0.08
HSL 289.35º 0.84% 0.5% -
HSV(B) 289.35º 0.91% 0.92% -
XYZ 37.87 18.18 79.35 -
YUV 97.02 205.31 198.6 -
System Red Green Blue C M Y K H S L
Decimal 196 20 234 0.16 0.91 0 0.08 289.35 0.84 0.5
Hex C4 14 EA 10 5B 0 8 121 54 32
Octal 304 24 352 20 133 0 10 441 124 62
Binary 11000100 10100 11101010 10000 1011011 0 1000 100100001 1010100 110010

Color Harmonies of #C414EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C414EA

Black with #C414EA

Text Example


Text Example

White with #C414EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C414EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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