Html Css Color HEX #C414EB Electric Purple

📋 copy color: '#C414EB'

red 196 ◦ green 20 ◦ blue 235

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

Shades of Electric Purple #C414EB

Tints of Electric Purple #C414EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.11%

R = 43.46%
G = 4.43%
B = 52.11%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C414EB (or 0xC414EB) is known color: Electric Purple. HEX triplet: C4, 14 and EB. RGB value is (196,20,235). Sum of RGB (Red+Green+Blue) = 196+20+235=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 20 (8.20% from 255 or 4.43% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #C414EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C414EB is #3BEB14. Grayscale: #606060. Windows color (decimal): -3926805 or 15406276. OLE color: 15406276.

HSL color Cylindrical-coordinate representation of color #C414EB: hue angle of 289.12º 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 #C414EB is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 20 235 -
CMYK 0.17 0.91 0 0.08
HSL 289.12º 0.84% 0.5% -
HSV(B) 289.12º 0.91% 0.92% -
XYZ 38.01 18.23 80.11 -
YUV 97.13 205.81 198.52 -
System Red Green Blue C M Y K H S L
Decimal 196 20 235 0.17 0.91 0 0.08 289.12 0.84 0.5
Hex C4 14 EB 11 5B 0 8 121 54 32
Octal 304 24 353 21 133 0 10 441 124 62
Binary 11000100 10100 11101011 10001 1011011 0 1000 100100001 1010100 110010

Color Harmonies of #C414EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C414EB

Black with #C414EB

Text Example


Text Example

White with #C414EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C414EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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