#CD00AA

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

Shades of Deep Magenta #CD00AA

Tints of Deep Magenta #CD00AA

Color information

#CD00AA (or 0xCD00AA) is unknown color: approx Deep Magenta. HEX triplet: CD, 00 and AA. RGB value is (205,0,170). Sum of RGB (Red+Green+Blue) = 205+0+170=375 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.67% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 205 - color contains mainly: red. Hex color #CD00AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD00AA is #32FF55. Grayscale: #505050. Windows color (decimal): -3342166 or 11141325. OLE color: 11141325.

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

Color convert

RGB2050170-
CMYK010.170.20
HSL310.24º100%40.2%-
HSV(B)310.24º100%80.39%-
XYZ32.4315.8839.39-
YUV80.68178.42216.68-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 170 (66.80% from 255) = 45.33%
R=54.67%
G=0%
B=45.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2050170010.170.20310.2410040.2
HexCD0AA06411141366428
Octal31502520144212446614450
Binary110011010101010100110010010001101001001101101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD00AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD00AA; }

 p { color: rgb(205,0,170); }

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

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

 a { background-color: rgb(205,0,170); }

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

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

 span { border-color: rgb(205,0,170); }

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