Html Css Color HEX #C401EA Electric Purple

📋 copy color: '#C401EA'

red 196 ◦ green 1 ◦ blue 234

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

Shades of Electric Purple #C401EA

Tints of Electric Purple #C401EA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

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

R = 45.48%
G = 0.23%
B = 54.29%

CMYK

 C value IS 0.16

 M value IS 1.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C401EA (or 0xC401EA) is known color: Electric Purple. HEX triplet: C4, 01 and EA. RGB value is (196,1,234). Sum of RGB (Red+Green+Blue) = 196+1+234=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 1 (0.78% from 255 or 0.23% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #C401EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C401EA is #3BFE15. Grayscale: #555555. Windows color (decimal): -3931670 or 15335876. OLE color: 15335876.

HSL color Cylindrical-coordinate representation of color #C401EA: hue angle of 290.21º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C401EA is Cyan = 0.16, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 1 234 -
CMYK 0.16 1.00 0 0.08
HSL 290.21º 0.99% 0.46% -
HSV(B) 290.21º 1% 0.92% -
XYZ 37.63 17.7 79.27 -
YUV 85.87 211.6 206.55 -
System Red Green Blue C M Y K H S L
Decimal 196 1 234 0.16 1.00 0 0.08 290.21 0.99 0.46
Hex C4 1 EA 10 64 0 8 122 63 2E
Octal 304 1 352 20 144 0 10 442 143 56
Binary 11000100 1 11101010 10000 1100100 0 1000 100100010 1100011 101110

Color Harmonies of #C401EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C401EA

Black with #C401EA

Text Example


Text Example

White with #C401EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C401EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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