#CD4E9A

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

Shades of Mulberry #CD4E9A

Tints of Mulberry #CD4E9A

Color information

#CD4E9A (or 0xCD4E9A) is unknown color: approx Mulberry. HEX triplet: CD, 4E and 9A. RGB value is (205,78,154). Sum of RGB (Red+Green+Blue) = 205+78+154=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 78 (30.86% from 255 or 17.85% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD4E9A is #32B165. Grayscale: #7C7C7C. Windows color (decimal): -3322214 or 10112717. OLE color: 10112717.

HSL color Cylindrical-coordinate representation of color #CD4E9A: hue angle of 324.09º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD4E9A is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB20578154-
CMYK00.620.250.20
HSL324.09º55.95%55.49%-
HSV(B)324.09º61.95%80.39%-
XYZ33.7320.7632.8-
YUV124.64144.58185.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.91%
GREEN value IS 78 (30.86% from 255) = 17.85%
BLUE value IS 154 (60.55% from 255) = 35.24%
R=46.91%
G=17.85%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057815400.620.250.20324.0955.9555.49
HexCD4E9A03E19141443837
Octal31511623207631245047067
Binary1100110110011101001101001111101100110100101000100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4E9A; }

 p { color: rgb(205,78,154); }

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

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

 a { background-color: rgb(205,78,154); }

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

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

 span { border-color: rgb(205,78,154); }

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