Html Css Color HEX #C40FE5 Electric Purple

📋 copy color: '#C40FE5'

red 196 ◦ green 15 ◦ blue 229

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

Shades of Electric Purple #C40FE5

Tints of Electric Purple #C40FE5

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.41%

 BLUE value IS 229 (89.84% from 255) = 52.05%

R = 44.55%
G = 3.41%
B = 52.05%

CMYK

 C value IS 0.14

 M value IS 0.93

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C40FE5 (or 0xC40FE5) is known color: Electric Purple. HEX triplet: C4, 0F and E5. RGB value is (196,15,229). Sum of RGB (Red+Green+Blue) = 196+15+229=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 15 (6.25% from 255 or 3.41% from 440); Blue value is 229 (89.84% from 255 or 52.05% from 440); Max value from RGB is 229 - color contains mainly: blue. Hex color #C40FE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40FE5 is #3BF01A. Grayscale: #5C5C5C. Windows color (decimal): -3928091 or 15011780. OLE color: 15011780.

HSL color Cylindrical-coordinate representation of color #C40FE5: hue angle of 290.75º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C40FE5 is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 196 15 229 -
CMYK 0.14 0.93 0 0.10
HSL 290.75º 0.88% 0.48% -
HSV(B) 290.75º 0.93% 0.9% -
XYZ 37.08 17.73 75.6 -
YUV 93.52 204.47 201.1 -
System Red Green Blue C M Y K H S L
Decimal 196 15 229 0.14 0.93 0 0.10 290.75 0.88 0.48
Hex C4 F E5 E 5D 0 A 123 58 30
Octal 304 17 345 16 135 0 12 443 130 60
Binary 11000100 1111 11100101 1110 1011101 0 1010 100100011 1011000 110000

Color Harmonies of #C40FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40FE5

Black with #C40FE5

Text Example


Text Example

White with #C40FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40FE5; }

 p { color: rgb(196,15,229); }

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

background-color css

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

 a { background-color: rgb(196,15,229); }

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

border-color css

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

 span { border-color: rgb(196,15,229); }

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