#cd3c8b

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

Shades of Mulberry #CD3C8B

Tints of Mulberry #CD3C8B

Color information

#CD3C8B (or 0xCD3C8B) is unknown color: approx Mulberry. HEX triplet: CD, 3C and 8B. RGB value is (205,60,139). Sum of RGB (Red+Green+Blue) = 205+60+139=404 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.74% from 404); Green value is 60 (23.83% from 255 or 14.85% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3C8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3C8B is #32C374. Grayscale: #707070. Windows color (decimal): -3326837 or 9125069. OLE color: 9125069.

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

Color convert

RGB20560139-
CMYK00.710.320.20
HSL327.31º59.18%51.96%-
HSV(B)327.31º70.73%80.39%-
XYZ31.4518.0726.26-
YUV112.36143.04194.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.74%
GREEN value IS 60 (23.83% from 255) = 14.85%
BLUE value IS 139 (54.69% from 255) = 34.41%
R=50.74%
G=14.85%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056013900.710.320.20327.3159.1851.96
HexCD3C8B04720141473b34
Octal31574213010740245077364
Binary11001101111100100010110100011110000010100101000111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd3c8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd3c8b; }

 p { color: rgb(205,60,139); }

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

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

 a { background-color: rgb(205,60,139); }

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

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

 span { border-color: rgb(205,60,139); }

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