Html Css Color HEX #C40AFE Electric Purple

📋 copy color: '#C40AFE'

red 196 ◦ green 10 ◦ blue 254

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

Shades of Electric Purple #C40AFE

Tints of Electric Purple #C40AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.22%

R = 42.61%
G = 2.17%
B = 55.22%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C40AFE (or 0xC40AFE) is known color: Electric Purple. HEX triplet: C4, 0A and FE. RGB value is (196,10,254). Sum of RGB (Red+Green+Blue) = 196+10+254=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 10 (4.30% from 255 or 2.17% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #C40AFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40AFE is #3BF501. Grayscale: #5C5C5C. Windows color (decimal): -3929346 or 16648900. OLE color: 16648900.

HSL color Cylindrical-coordinate representation of color #C40AFE: hue angle of 285.74º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C40AFE is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 196 10 254 -
CMYK 0.23 0.96 0 0.00
HSL 285.74º 0.99% 0.52% -
HSV(B) 285.74º 0.96% 1% -
XYZ 40.76 19.11 95.31 -
YUV 93.43 218.62 201.16 -
System Red Green Blue C M Y K H S L
Decimal 196 10 254 0.23 0.96 0 0.00 285.74 0.99 0.52
Hex C4 A FE 17 60 0 0 11E 63 34
Octal 304 12 376 27 140 0 0 436 143 64
Binary 11000100 1010 11111110 10111 1100000 0 0 100011110 1100011 110100

Color Harmonies of #C40AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40AFE

Black with #C40AFE

Text Example


Text Example

White with #C40AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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