#C40EB6

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

Shades of Deep Magenta #C40EB6

Tints of Deep Magenta #C40EB6

Color information

#C40EB6 (or 0xC40EB6) is unknown color: approx Deep Magenta. HEX triplet: C4, 0E and B6. RGB value is (196,14,182). Sum of RGB (Red+Green+Blue) = 196+14+182=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 14 (5.86% from 255 or 3.57% from 392); Blue value is 182 (71.48% from 255 or 46.43% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C40EB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40EB6 is #3BF149. Grayscale: #575757. Windows color (decimal): -3928394 or 11931332. OLE color: 11931332.

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

Color convert

RGB19614182-
CMYK00.930.070.23
HSL304.62º86.67%41.18%-
HSV(B)304.62º92.86%76.86%-
XYZ31.3715.4345.58-
YUV87.57181.3205.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50%
GREEN value IS 14 (5.86% from 255) = 3.57%
BLUE value IS 182 (71.48% from 255) = 46.43%
R=50%
G=3.57%
B=46.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961418200.930.070.23304.6286.6741.18
HexC4EB605D7171315729
Octal30416266013572746112751
Binary1100010011101011011001011101111101111001100011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40EB6; }

 p { color: rgb(196,14,182); }

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

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

 a { background-color: rgb(196,14,182); }

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

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

 span { border-color: rgb(196,14,182); }

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