#CD18AE

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

Shades of Deep Magenta #CD18AE

Tints of Deep Magenta #CD18AE

Color information

#CD18AE (or 0xCD18AE) is unknown color: approx Deep Magenta. HEX triplet: CD, 18 and AE. RGB value is (205,24,174). Sum of RGB (Red+Green+Blue) = 205+24+174=403 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.87% from 403); Green value is 24 (9.77% from 255 or 5.96% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 205 - color contains mainly: red. Hex color #CD18AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD18AE is #32E751. Grayscale: #5E5E5E. Windows color (decimal): -3336018 or 11409613. OLE color: 11409613.

HSL color Cylindrical-coordinate representation of color #CD18AE: hue angle of 310.28º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD18AE is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB20524174-
CMYK00.880.150.20
HSL310.28º79.04%44.9%-
HSV(B)310.28º88.29%80.39%-
XYZ33.1416.6941.52-
YUV95.22172.47206.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.87%
GREEN value IS 24 (9.77% from 255) = 5.96%
BLUE value IS 174 (68.36% from 255) = 43.18%
R=50.87%
G=5.96%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2052417400.880.150.20310.2879.0444.9
HexCD18AE058F141364f2d
Octal315302560130172446611755
Binary110011011100010101110010110001111101001001101101001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD18AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD18AE; }

 p { color: rgb(205,24,174); }

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

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

 a { background-color: rgb(205,24,174); }

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

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

 span { border-color: rgb(205,24,174); }

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