#C40DC0

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

Shades of Deep Magenta #C40DC0

Tints of Deep Magenta #C40DC0

Color information

#C40DC0 (or 0xC40DC0) is unknown color: approx Deep Magenta. HEX triplet: C4, 0D and C0. RGB value is (196,13,192). Sum of RGB (Red+Green+Blue) = 196+13+192=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 13 (5.47% from 255 or 3.24% from 401); Blue value is 192 (75.39% from 255 or 47.88% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C40DC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40DC0 is #3BF23F. Grayscale: #575757. Windows color (decimal): -3928640 or 12586436. OLE color: 12586436.

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

Color convert

RGB19613192-
CMYK00.930.020.23
HSL301.31º87.56%40.98%-
HSV(B)301.31º93.37%76.86%-
XYZ32.4215.8351.22-
YUV88.12186.63204.95-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.88%
GREEN value IS 13 (5.47% from 255) = 3.24%
BLUE value IS 192 (75.39% from 255) = 47.88%
R=48.88%
G=3.24%
B=47.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961319200.930.020.23301.3187.5640.98
HexC4DC005D21712d5829
Octal30415300013522745513051
Binary110001001101110000000101110110101111001011011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40DC0; }

 p { color: rgb(196,13,192); }

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

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

 a { background-color: rgb(196,13,192); }

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

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

 span { border-color: rgb(196,13,192); }

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