#CD0AAF

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

Shades of Deep Magenta #CD0AAF

Tints of Deep Magenta #CD0AAF

Color information

#CD0AAF (or 0xCD0AAF) is unknown color: approx Deep Magenta. HEX triplet: CD, 0A and AF. RGB value is (205,10,175). Sum of RGB (Red+Green+Blue) = 205+10+175=390 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.56% from 390); Green value is 10 (4.30% from 255 or 2.56% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0AAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0AAF is #32F550. Grayscale: #565656. Windows color (decimal): -3339601 or 11471565. OLE color: 11471565.

HSL color Cylindrical-coordinate representation of color #CD0AAF: hue angle of 309.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 #CD0AAF is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB20510175-
CMYK00.950.150.20
HSL309.23º90.7%42.16%-
HSV(B)309.23º95.12%80.39%-
XYZ33.0216.2941.96-
YUV87.12177.6212.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.56%
GREEN value IS 10 (4.30% from 255) = 2.56%
BLUE value IS 175 (68.75% from 255) = 44.87%
R=52.56%
G=2.56%
B=44.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051017500.950.150.20309.2390.742.16
HexCDAAF05FF141355b2a
Octal315122570137172446513352
Binary11001101101010101111010111111111101001001101011011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD0AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD0AAF; }

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

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

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

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

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

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

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

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