#C40CB5

Color #C40CB5 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C40CB5

Tints of Deep Magenta #C40CB5

Color information

#C40CB5 (or 0xC40CB5) is unknown color: approx Deep Magenta. HEX triplet: C4, 0C and B5. RGB value is (196,12,181). Sum of RGB (Red+Green+Blue) = 196+12+181=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 12 (5.08% from 255 or 3.08% from 389); Blue value is 181 (71.09% from 255 or 46.53% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C40CB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40CB5 is #3BF34A. Grayscale: #555555. Windows color (decimal): -3928907 or 11865284. OLE color: 11865284.

HSL color Cylindrical-coordinate representation of color #C40CB5: hue angle of 304.89º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40CB5 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB19612181-
CMYK00.940.080.23
HSL304.89º88.46%40.78%-
HSV(B)304.89º93.88%76.86%-
XYZ31.2415.3345.03-
YUV86.28181.46206.26-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.39%
GREEN value IS 12 (5.08% from 255) = 3.08%
BLUE value IS 181 (71.09% from 255) = 46.53%
R=50.39%
G=3.08%
B=46.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961218100.940.080.23304.8988.4640.78
HexC4CB505E8171315829
Octal304142650136102746113051
Binary11000100110010110101010111101000101111001100011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40CB5; }

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

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

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

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

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

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

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

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