Html Css Color HEX #C40FFA Electric Purple

📋 copy color: '#C40FFA'

red 196 ◦ green 15 ◦ blue 250

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

Shades of Electric Purple #C40FFA

Tints of Electric Purple #C40FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.23%

R = 42.52%
G = 3.25%
B = 54.23%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C40FFA (or 0xC40FFA) is known color: Electric Purple. HEX triplet: C4, 0F and FA. RGB value is (196,15,250). Sum of RGB (Red+Green+Blue) = 196+15+250=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 15 (6.25% from 255 or 3.25% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #C40FFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40FFA is #3BF005. Grayscale: #5F5F5F. Windows color (decimal): -3928070 or 16388036. OLE color: 16388036.

HSL color Cylindrical-coordinate representation of color #C40FFA: hue angle of 286.21º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40FFA is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 15 250 -
CMYK 0.22 0.94 0 0.02
HSL 286.21º 0.96% 0.52% -
HSV(B) 286.21º 0.94% 0.98% -
XYZ 40.19 18.98 91.99 -
YUV 95.91 214.97 199.39 -
System Red Green Blue C M Y K H S L
Decimal 196 15 250 0.22 0.94 0 0.02 286.21 0.96 0.52
Hex C4 F FA 16 5E 0 2 11E 60 34
Octal 304 17 372 26 136 0 2 436 140 64
Binary 11000100 1111 11111010 10110 1011110 0 10 100011110 1100000 110100

Color Harmonies of #C40FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40FFA

Black with #C40FFA

Text Example


Text Example

White with #C40FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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