#cd4e8c

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

Shades of Mulberry #CD4E8C

Tints of Mulberry #CD4E8C

Color information

#CD4E8C (or 0xCD4E8C) is unknown color: approx Mulberry. HEX triplet: CD, 4E and 8C. RGB value is (205,78,140). Sum of RGB (Red+Green+Blue) = 205+78+140=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 78 (30.86% from 255 or 18.44% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD4E8C is #32B173. Grayscale: #7A7A7A. Windows color (decimal): -3322228 or 9195213. OLE color: 9195213.

HSL color Cylindrical-coordinate representation of color #CD4E8C: hue angle of 330.71º 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 #CD4E8C is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB20578140-
CMYK00.620.320.20
HSL330.71º55.95%55.49%-
HSV(B)330.71º61.95%80.39%-
XYZ32.6320.3227.01-
YUV123.04137.58186.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.46%
GREEN value IS 78 (30.86% from 255) = 18.44%
BLUE value IS 140 (55.08% from 255) = 33.10%
R=48.46%
G=18.44%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057814000.620.320.20330.7155.9555.49
HexCD4E8C03E201414b3837
Octal31511621407640245137067
Binary11001101100111010001100011111010000010100101001011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd4e8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd4e8c; }

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

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

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

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

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

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

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

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