#CB389F

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

Shades of Mulberry #CB389F

Tints of Mulberry #CB389F

Color information

#CB389F (or 0xCB389F) is unknown color: approx Mulberry. HEX triplet: CB, 38 and 9F. RGB value is (203,56,159). Sum of RGB (Red+Green+Blue) = 203+56+159=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 56 (22.27% from 255 or 13.40% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB389F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB389F is #34C760. Grayscale: #6F6F6F. Windows color (decimal): -3458913 or 10434763. OLE color: 10434763.

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

Color convert

RGB20356159-
CMYK00.720.220.20
HSL317.96º58.57%50.78%-
HSV(B)317.96º72.41%79.61%-
XYZ32.318.0334.58-
YUV111.7154.7193.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.56%
GREEN value IS 56 (22.27% from 255) = 13.40%
BLUE value IS 159 (62.5% from 255) = 38.04%
R=48.56%
G=13.40%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035615900.720.220.20317.9658.5750.78
HexCB389F048161413e3b33
Octal31370237011026244767363
Binary1100101111100010011111010010001011010100100111110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB389F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB389F; }

 p { color: rgb(203,56,159); }

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

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

 a { background-color: rgb(203,56,159); }

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

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

 span { border-color: rgb(203,56,159); }

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