#C40DC5

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

Shades of Deep Magenta #C40DC5

Tints of Deep Magenta #C40DC5

Color information

#C40DC5 (or 0xC40DC5) is unknown color: approx Deep Magenta. HEX triplet: C4, 0D and C5. RGB value is (196,13,197). Sum of RGB (Red+Green+Blue) = 196+13+197=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 13 (5.47% from 255 or 3.20% from 406); Blue value is 197 (77.34% from 255 or 48.52% from 406); Max value from RGB is 197 - color contains mainly: blue. Hex color #C40DC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40DC5 is #3BF23A. Grayscale: #585858. Windows color (decimal): -3928635 or 12914116. OLE color: 12914116.

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

Color convert

RGB19613197-
CMYK0.010.9300.23
HSL299.67º87.62%41.18%-
HSV(B)299.67º93.4%77.25%-
XYZ32.9916.0554.18-
YUV88.69189.13204.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.28%
GREEN value IS 13 (5.47% from 255) = 3.20%
BLUE value IS 197 (77.34% from 255) = 48.52%
R=48.28%
G=3.20%
B=48.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196131970.010.9300.23299.6787.6241.18
HexC4DC515D01712c5829
Octal30415305113502745413051
Binary11000100110111000101110111010101111001011001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40DC5; }

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

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

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

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

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

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

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

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