#CB389E

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

Shades of Mulberry #CB389E

Tints of Mulberry #CB389E

Color information

#CB389E (or 0xCB389E) is unknown color: approx Mulberry. HEX triplet: CB, 38 and 9E. RGB value is (203,56,158). Sum of RGB (Red+Green+Blue) = 203+56+158=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 56 (22.27% from 255 or 13.43% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB389E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB389E is #34C761. Grayscale: #6F6F6F. Windows color (decimal): -3458914 or 10369227. OLE color: 10369227.

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

Color convert

RGB20356158-
CMYK00.720.220.20
HSL318.37º58.57%50.78%-
HSV(B)318.37º72.41%79.61%-
XYZ32.2117.9934.12-
YUV111.58154.2193.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.68%
GREEN value IS 56 (22.27% from 255) = 13.43%
BLUE value IS 158 (62.11% from 255) = 37.89%
R=48.68%
G=13.43%
B=37.89%

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
Decimal2035615800.720.220.20318.3758.5750.78
HexCB389E048161413e3b33
Octal31370236011026244767363
Binary1100101111100010011110010010001011010100100111110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB389E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB389E; }

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

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

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

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

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

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

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

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