#C40EBD

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

Shades of Deep Magenta #C40EBD

Tints of Deep Magenta #C40EBD

Color information

#C40EBD (or 0xC40EBD) is unknown color: approx Deep Magenta. HEX triplet: C4, 0E and BD. RGB value is (196,14,189). Sum of RGB (Red+Green+Blue) = 196+14+189=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 14 (5.86% from 255 or 3.51% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C40EBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40EBD is #3BF142. Grayscale: #575757. Windows color (decimal): -3928387 or 12390084. OLE color: 12390084.

HSL color Cylindrical-coordinate representation of color #C40EBD: hue angle of 302.31º 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 #C40EBD is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB19614189-
CMYK00.930.040.23
HSL302.31º86.67%41.18%-
HSV(B)302.31º92.86%76.86%-
XYZ32.1115.7249.49-
YUV88.37184.8204.77-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.12%
GREEN value IS 14 (5.86% from 255) = 3.51%
BLUE value IS 189 (74.22% from 255) = 47.37%
R=49.12%
G=3.51%
B=47.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961418900.930.040.23302.3186.6741.18
HexC4EBD05D41712e5729
Octal30416275013542745612751
Binary1100010011101011110101011101100101111001011101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40EBD; }

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

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

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

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

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

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

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

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