Html Css Color HEX #C401EE Electric Purple

📋 copy color: '#C401EE'

red 196 ◦ green 1 ◦ blue 238

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

Shades of Electric Purple #C401EE

Tints of Electric Purple #C401EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.71%

R = 45.06%
G = 0.23%
B = 54.71%

CMYK

 C value IS 0.18

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C401EE (or 0xC401EE) is known color: Electric Purple. HEX triplet: C4, 01 and EE. RGB value is (196,1,238). Sum of RGB (Red+Green+Blue) = 196+1+238=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 1 (0.78% from 255 or 0.23% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #C401EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C401EE is #3BFE11. Grayscale: #555555. Windows color (decimal): -3931666 or 15598020. OLE color: 15598020.

HSL color Cylindrical-coordinate representation of color #C401EE: hue angle of 289.37º 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 #C401EE is Cyan = 0.18, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 1 238 -
CMYK 0.18 1.00 0 0.07
HSL 289.37º 0.99% 0.47% -
HSV(B) 289.37º 1% 0.93% -
XYZ 38.21 17.93 82.34 -
YUV 86.32 213.6 206.23 -
System Red Green Blue C M Y K H S L
Decimal 196 1 238 0.18 1.00 0 0.07 289.37 0.99 0.47
Hex C4 1 EE 12 64 0 7 121 63 2F
Octal 304 1 356 22 144 0 7 441 143 57
Binary 11000100 1 11101110 10010 1100100 0 111 100100001 1100011 101111

Color Harmonies of #C401EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C401EE

Black with #C401EE

Text Example


Text Example

White with #C401EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C401EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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