Html Css Color HEX #C40AED Electric Purple

📋 copy color: '#C40AED'

red 196 ◦ green 10 ◦ blue 237

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

Shades of Electric Purple #C40AED

Tints of Electric Purple #C40AED

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.26%

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

R = 44.24%
G = 2.26%
B = 53.5%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C40AED (or 0xC40AED) is known color: Electric Purple. HEX triplet: C4, 0A and ED. RGB value is (196,10,237). Sum of RGB (Red+Green+Blue) = 196+10+237=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 10 (4.30% from 255 or 2.26% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #C40AED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40AED is #3BF512. Grayscale: #5A5A5A. Windows color (decimal): -3929363 or 15534788. OLE color: 15534788.

HSL color Cylindrical-coordinate representation of color #C40AED: hue angle of 289.16º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C40AED is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 10 237 -
CMYK 0.17 0.96 0 0.07
HSL 289.16º 0.92% 0.48% -
HSV(B) 289.16º 0.96% 0.93% -
XYZ 38.16 18.07 81.6 -
YUV 91.49 210.12 202.54 -
System Red Green Blue C M Y K H S L
Decimal 196 10 237 0.17 0.96 0 0.07 289.16 0.92 0.48
Hex C4 A ED 11 60 0 7 121 5C 30
Octal 304 12 355 21 140 0 7 441 134 60
Binary 11000100 1010 11101101 10001 1100000 0 111 100100001 1011100 110000

Color Harmonies of #C40AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40AED

Black with #C40AED

Text Example


Text Example

White with #C40AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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