#C40CF4

Color #C40CF4 Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #C40CF4

Tints of Electric Purple #C40CF4

Color information

#C40CF4 (or 0xC40CF4) is unknown color: approx Electric Purple. HEX triplet: C4, 0C and F4. RGB value is (196,12,244). Sum of RGB (Red+Green+Blue) = 196+12+244=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 12 (5.08% from 255 or 2.65% from 452); Blue value is 244 (95.70% from 255 or 53.98% from 452); Max value from RGB is 244 - color contains mainly: blue. Hex color #C40CF4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40CF4 is #3BF30B. Grayscale: #5C5C5C. Windows color (decimal): -3928844 or 15994052. OLE color: 15994052.

HSL color Cylindrical-coordinate representation of color #C40CF4: hue angle of 287.59º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40CF4 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB19612244-
CMYK0.200.9500.04
HSL287.59º91.34%50.2%-
HSV(B)287.59º95.08%95.69%-
XYZ39.2318.5387.1-
YUV93.46212.96201.14-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.36%
GREEN value IS 12 (5.08% from 255) = 2.65%
BLUE value IS 244 (95.70% from 255) = 53.98%
R=43.36%
G=2.65%
B=53.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal196122440.200.9500.04287.5991.3450.2
HexC4CF4145F041205b32
Octal30414364241370444013362
Binary1100010011001111010010100101111101001001000001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40CF4; }

 p { color: rgb(196,12,244); }

 H1.HeaderClassName
 {
   color: #C40CF4;
 }
 .AnyTagClassName
 {
   color: #C40CF4;
 }
</style>
background-color css

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

 a { background-color: rgb(196,12,244); }

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

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

 span { border-color: rgb(196,12,244); }

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