#CD17AC

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

Shades of Deep Magenta #CD17AC

Tints of Deep Magenta #CD17AC

Color information

#CD17AC (or 0xCD17AC) is unknown color: approx Deep Magenta. HEX triplet: CD, 17 and AC. RGB value is (205,23,172). Sum of RGB (Red+Green+Blue) = 205+23+172=400 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.25% from 400); Green value is 23 (9.38% from 255 or 5.75% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 205 - color contains mainly: red. Hex color #CD17AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD17AC is #32E853. Grayscale: #5D5D5D. Windows color (decimal): -3336276 or 11278285. OLE color: 11278285.

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

Color convert

RGB20523172-
CMYK00.890.160.20
HSL310.88º79.82%44.71%-
HSV(B)310.88º88.78%80.39%-
XYZ32.9316.5740.49-
YUV94.4171.8206.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.25%
GREEN value IS 23 (9.38% from 255) = 5.75%
BLUE value IS 172 (67.58% from 255) = 43%
R=51.25%
G=5.75%
B=43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2052317200.890.160.20310.8879.8244.71
HexCD17AC0591014137502d
Octal315272540131202446712055
Binary1100110110111101011000101100110000101001001101111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD17AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD17AC; }

 p { color: rgb(205,23,172); }

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

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

 a { background-color: rgb(205,23,172); }

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

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

 span { border-color: rgb(205,23,172); }

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