Html Css Color HEX #C401ED Electric Purple

📋 copy color: '#C401ED'

red 196 ◦ green 1 ◦ blue 237

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

Shades of Electric Purple #C401ED

Tints of Electric Purple #C401ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.61%

R = 45.16%
G = 0.23%
B = 54.61%

CMYK

 C value IS 0.17

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C401ED (or 0xC401ED) is known color: Electric Purple. HEX triplet: C4, 01 and ED. RGB value is (196,1,237). Sum of RGB (Red+Green+Blue) = 196+1+237=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 1 (0.78% from 255 or 0.23% from 434); Blue value is 237 (92.97% from 255 or 54.61% from 434); Max value from RGB is 237 - color contains mainly: blue. Hex color #C401ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C401ED is #3BFE12. Grayscale: #555555. Windows color (decimal): -3931667 or 15532484. OLE color: 15532484.

HSL color Cylindrical-coordinate representation of color #C401ED: hue angle of 289.58º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C401ED is Cyan = 0.17, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 1 237 -
CMYK 0.17 1.00 0 0.07
HSL 289.58º 0.99% 0.47% -
HSV(B) 289.58º 1% 0.93% -
XYZ 38.06 17.87 81.56 -
YUV 86.21 213.1 206.31 -
System Red Green Blue C M Y K H S L
Decimal 196 1 237 0.17 1.00 0 0.07 289.58 0.99 0.47
Hex C4 1 ED 11 64 0 7 122 63 2F
Octal 304 1 355 21 144 0 7 442 143 57
Binary 11000100 1 11101101 10001 1100100 0 111 100100010 1100011 101111

Color Harmonies of #C401ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C401ED

Black with #C401ED

Text Example


Text Example

White with #C401ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C401ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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