Html Css Color HEX #C40FFC Electric Purple

📋 copy color: '#C40FFC'

red 196 ◦ green 15 ◦ blue 252

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

Shades of Electric Purple #C40FFC

Tints of Electric Purple #C40FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.43%

R = 42.33%
G = 3.24%
B = 54.43%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C40FFC (or 0xC40FFC) is known color: Electric Purple. HEX triplet: C4, 0F and FC. RGB value is (196,15,252). Sum of RGB (Red+Green+Blue) = 196+15+252=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 15 (6.25% from 255 or 3.24% from 463); Blue value is 252 (98.83% from 255 or 54.43% from 463); Max value from RGB is 252 - color contains mainly: blue. Hex color #C40FFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40FFC is #3BF003. Grayscale: #5F5F5F. Windows color (decimal): -3928068 or 16519108. OLE color: 16519108.

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

Color convert

RGB 196 15 252 -
CMYK 0.22 0.94 0 0.01
HSL 285.82º 0.98% 0.52% -
HSV(B) 285.82º 0.94% 0.99% -
XYZ 40.51 19.11 93.65 -
YUV 96.14 215.97 199.23 -
System Red Green Blue C M Y K H S L
Decimal 196 15 252 0.22 0.94 0 0.01 285.82 0.98 0.52
Hex C4 F FC 16 5E 0 1 11E 62 34
Octal 304 17 374 26 136 0 1 436 142 64
Binary 11000100 1111 11111100 10110 1011110 0 1 100011110 1100010 110100

Color Harmonies of #C40FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40FFC

Black with #C40FFC

Text Example


Text Example

White with #C40FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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