#CD1CD9

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

Shades of Deep Magenta #CD1CD9

Tints of Deep Magenta #CD1CD9

Color information

#CD1CD9 (or 0xCD1CD9) is unknown color: approx Deep Magenta. HEX triplet: CD, 1C and D9. RGB value is (205,28,217). Sum of RGB (Red+Green+Blue) = 205+28+217=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 28 (11.33% from 255 or 6.22% from 450); Blue value is 217 (85.16% from 255 or 48.22% from 450); Max value from RGB is 217 - color contains mainly: blue. Hex color #CD1CD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD1CD9 is #32E326. Grayscale: #656565. Windows color (decimal): -3334951 or 14228685. OLE color: 14228685.

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

Color convert

RGB20528217-
CMYK0.060.8700.15
HSL296.19º77.14%48.04%-
HSV(B)296.19º87.1%85.1%-
XYZ38.1218.8267.27-
YUV102.47192.64201.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.56%
GREEN value IS 28 (11.33% from 255) = 6.22%
BLUE value IS 217 (85.16% from 255) = 48.22%
R=45.56%
G=6.22%
B=48.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal205282170.060.8700.15296.1977.1448.04
HexCD1CD96570F1284d30
Octal31534331612701745011560
Binary1100110111100110110011101010111011111001010001001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD1CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD1CD9; }

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

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

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

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

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

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

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

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