#CD2AD9

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

Shades of Deep Magenta #CD2AD9

Tints of Deep Magenta #CD2AD9

Color information

#CD2AD9 (or 0xCD2AD9) is unknown color: approx Deep Magenta. HEX triplet: CD, 2A and D9. RGB value is (205,42,217). Sum of RGB (Red+Green+Blue) = 205+42+217=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 42 (16.80% from 255 or 9.05% from 464); Blue value is 217 (85.16% from 255 or 46.77% from 464); Max value from RGB is 217 - color contains mainly: blue. Hex color #CD2AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2AD9 is #32D526. Grayscale: #6E6E6E. Windows color (decimal): -3331367 or 14232269. OLE color: 14232269.

HSL color Cylindrical-coordinate representation of color #CD2AD9: hue angle of 295.89º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD2AD9 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20542217-
CMYK0.060.8100.15
HSL295.89º69.72%50.78%-
HSV(B)295.89º80.65%85.1%-
XYZ38.5319.6467.41-
YUV110.69188195.27-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.18%
GREEN value IS 42 (16.80% from 255) = 9.05%
BLUE value IS 217 (85.16% from 255) = 46.77%
R=44.18%
G=9.05%
B=46.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal205422170.060.8100.15295.8969.7250.78
HexCD2AD96510F1284633
Octal31552331612101745010663
Binary11001101101010110110011101010001011111001010001000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD2AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD2AD9; }

 p { color: rgb(205,42,217); }

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

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

 a { background-color: rgb(205,42,217); }

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

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

 span { border-color: rgb(205,42,217); }

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