#CD3EA9

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

Shades of Mulberry #CD3EA9

Tints of Mulberry #CD3EA9

Color information

#CD3EA9 (or 0xCD3EA9) is unknown color: approx Mulberry. HEX triplet: CD, 3E and A9. RGB value is (205,62,169). Sum of RGB (Red+Green+Blue) = 205+62+169=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 62 (24.61% from 255 or 14.22% from 436); Blue value is 169 (66.41% from 255 or 38.76% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3EA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3EA9 is #32C156. Grayscale: #747474. Windows color (decimal): -3326295 or 11091661. OLE color: 11091661.

HSL color Cylindrical-coordinate representation of color #CD3EA9: hue angle of 315.1º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD3EA9 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB20562169-
CMYK00.700.180.20
HSL315.1º58.85%52.35%-
HSV(B)315.1º69.76%80.39%-
XYZ34.0619.2939.46-
YUV116.96157.38190.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.02%
GREEN value IS 62 (24.61% from 255) = 14.22%
BLUE value IS 169 (66.41% from 255) = 38.76%
R=47.02%
G=14.22%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056216900.700.180.20315.158.8552.35
HexCD3EA9046121413b3b34
Octal31576251010622244737364
Binary1100110111111010101001010001101001010100100111011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3EA9; }

 p { color: rgb(205,62,169); }

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

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

 a { background-color: rgb(205,62,169); }

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

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

 span { border-color: rgb(205,62,169); }

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