#C40ACD

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

Shades of Deep Magenta #C40ACD

Tints of Deep Magenta #C40ACD

Color information

#C40ACD (or 0xC40ACD) is unknown color: approx Deep Magenta. HEX triplet: C4, 0A and CD. RGB value is (196,10,205). Sum of RGB (Red+Green+Blue) = 196+10+205=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 10 (4.30% from 255 or 2.43% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #C40ACD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40ACD is #3BF532. Grayscale: #575757. Windows color (decimal): -3929395 or 13437636. OLE color: 13437636.

HSL color Cylindrical-coordinate representation of color #C40ACD: hue angle of 297.23º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40ACD is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19610205-
CMYK0.040.9500.20
HSL297.23º90.7%42.16%-
HSV(B)297.23º95.12%80.39%-
XYZ33.8916.3659.13-
YUV87.84194.12205.14-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.69%
GREEN value IS 10 (4.30% from 255) = 2.43%
BLUE value IS 205 (80.47% from 255) = 49.88%
R=47.69%
G=2.43%
B=49.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal196102050.040.9500.20297.2390.742.16
HexC4ACD45F0141295b2a
Octal30412315413702445113352
Binary1100010010101100110110010111110101001001010011011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40ACD; }

 p { color: rgb(196,10,205); }

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

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

 a { background-color: rgb(196,10,205); }

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

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

 span { border-color: rgb(196,10,205); }

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