#CD1ED3

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

Shades of Deep Magenta #CD1ED3

Tints of Deep Magenta #CD1ED3

Color information

#CD1ED3 (or 0xCD1ED3) is unknown color: approx Deep Magenta. HEX triplet: CD, 1E and D3. RGB value is (205,30,211). Sum of RGB (Red+Green+Blue) = 205+30+211=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 30 (12.11% from 255 or 6.73% from 446); Blue value is 211 (82.81% from 255 or 47.31% from 446); Max value from RGB is 211 - color contains mainly: blue. Hex color #CD1ED3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD1ED3 is #32E12C. Grayscale: #666666. Windows color (decimal): -3334445 or 13835981. OLE color: 13835981.

HSL color Cylindrical-coordinate representation of color #CD1ED3: hue angle of 298.01º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD1ED3 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20530211-
CMYK0.030.8600.17
HSL298.01º75.1%47.25%-
HSV(B)298.01º85.78%82.75%-
XYZ37.418.6163.25-
YUV102.96188.98200.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.96%
GREEN value IS 30 (12.11% from 255) = 6.73%
BLUE value IS 211 (82.81% from 255) = 47.31%
R=45.96%
G=6.73%
B=47.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal205302110.030.8600.17298.0175.147.25
HexCD1ED335601112a4b2f
Octal31536323312602145211357
Binary1100110111110110100111110101100100011001010101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD1ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD1ED3; }

 p { color: rgb(205,30,211); }

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

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

 a { background-color: rgb(205,30,211); }

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

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

 span { border-color: rgb(205,30,211); }

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