#CD0EC9

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

Shades of Deep Magenta #CD0EC9

Tints of Deep Magenta #CD0EC9

Color information

#CD0EC9 (or 0xCD0EC9) is unknown color: approx Deep Magenta. HEX triplet: CD, 0E and C9. RGB value is (205,14,201). Sum of RGB (Red+Green+Blue) = 205+14+201=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 14 (5.86% from 255 or 3.33% from 420); Blue value is 201 (78.91% from 255 or 47.86% from 420); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0EC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD0EC9 is #32F136. Grayscale: #5B5B5B. Windows color (decimal): -3338551 or 13176525. OLE color: 13176525.

HSL color Cylindrical-coordinate representation of color #CD0EC9: hue angle of 301.26º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD0EC9 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB20514201-
CMYK00.930.020.20
HSL301.26º87.21%42.94%-
HSV(B)301.26º93.17%80.39%-
XYZ35.8817.5156.75-
YUV92.43189.28208.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.81%
GREEN value IS 14 (5.86% from 255) = 3.33%
BLUE value IS 201 (78.91% from 255) = 47.86%
R=48.81%
G=3.33%
B=47.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051420100.930.020.20301.2687.2142.94
HexCDEC905D21412d572b
Octal31516311013522445512753
Binary110011011110110010010101110110101001001011011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD0EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD0EC9; }

 p { color: rgb(205,14,201); }

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

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

 a { background-color: rgb(205,14,201); }

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

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

 span { border-color: rgb(205,14,201); }

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