#CB4D8B

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

Shades of Mulberry #CB4D8B

Tints of Mulberry #CB4D8B

Color information

#CB4D8B (or 0xCB4D8B) is unknown color: approx Mulberry. HEX triplet: CB, 4D and 8B. RGB value is (203,77,139). Sum of RGB (Red+Green+Blue) = 203+77+139=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 77 (30.47% from 255 or 18.38% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB4D8B is #34B274. Grayscale: #797979. Windows color (decimal): -3453557 or 9129419. OLE color: 9129419.

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

Color convert

RGB20377139-
CMYK00.620.320.20
HSL330.48º54.78%54.9%-
HSV(B)330.48º62.07%79.61%-
XYZ31.9419.8726.58-
YUV121.74137.74185.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.45%
GREEN value IS 77 (30.47% from 255) = 18.38%
BLUE value IS 139 (54.69% from 255) = 33.17%
R=48.45%
G=18.38%
B=33.17%

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
Decimal2037713900.620.320.20330.4854.7854.9
HexCB4D8B03E201414a3737
Octal31311521307640245126767
Binary11001011100110110001011011111010000010100101001010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4D8B; }

 p { color: rgb(203,77,139); }

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

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

 a { background-color: rgb(203,77,139); }

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

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

 span { border-color: rgb(203,77,139); }

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