#C415AD

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

Shades of Deep Magenta #C415AD

Tints of Deep Magenta #C415AD

Color information

#C415AD (or 0xC415AD) is unknown color: approx Deep Magenta. HEX triplet: C4, 15 and AD. RGB value is (196,21,173). Sum of RGB (Red+Green+Blue) = 196+21+173=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 21 (8.59% from 255 or 5.38% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C415AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C415AD is #3BEA52. Grayscale: #5A5A5A. Windows color (decimal): -3926611 or 11343300. OLE color: 11343300.

HSL color Cylindrical-coordinate representation of color #C415AD: hue angle of 307.89º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C415AD is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB19621173-
CMYK00.890.120.23
HSL307.89º80.65%42.55%-
HSV(B)307.89º89.29%76.86%-
XYZ30.5815.2940.87-
YUV90.65174.48203.14-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.26%
GREEN value IS 21 (8.59% from 255) = 5.38%
BLUE value IS 173 (67.97% from 255) = 44.36%
R=50.26%
G=5.38%
B=44.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1962117300.890.120.23307.8980.6542.55
HexC415AD059C17134512b
Octal304252550131142746412153
Binary110001001010110101101010110011100101111001101001010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C415AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C415AD; }

 p { color: rgb(196,21,173); }

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

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

 a { background-color: rgb(196,21,173); }

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

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

 span { border-color: rgb(196,21,173); }

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