#CD1DB9

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

Shades of Deep Magenta #CD1DB9

Tints of Deep Magenta #CD1DB9

Color information

#CD1DB9 (or 0xCD1DB9) is unknown color: approx Deep Magenta. HEX triplet: CD, 1D and B9. RGB value is (205,29,185). Sum of RGB (Red+Green+Blue) = 205+29+185=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 29 (11.72% from 255 or 6.92% from 419); Blue value is 185 (72.66% from 255 or 44.15% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD1DB9 is #32E246. Grayscale: #626262. Windows color (decimal): -3334727 or 12131789. OLE color: 12131789.

HSL color Cylindrical-coordinate representation of color #CD1DB9: hue angle of 306.82º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD1DB9 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB20529185-
CMYK00.860.100.20
HSL306.82º75.21%45.88%-
HSV(B)306.82º85.85%80.39%-
XYZ34.3717.3647.44-
YUV99.41176.31203.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.93%
GREEN value IS 29 (11.72% from 255) = 6.92%
BLUE value IS 185 (72.66% from 255) = 44.15%
R=48.93%
G=6.92%
B=44.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2052918500.860.100.20306.8275.2145.88
HexCD1DB9056A141334b2e
Octal315352710126122446311356
Binary110011011110110111001010101101010101001001100111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD1DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD1DB9; }

 p { color: rgb(205,29,185); }

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

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

 a { background-color: rgb(205,29,185); }

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

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

 span { border-color: rgb(205,29,185); }

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