#CB4B9E

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

Shades of Mulberry #CB4B9E

Tints of Mulberry #CB4B9E

Color information

#CB4B9E (or 0xCB4B9E) is unknown color: approx Mulberry. HEX triplet: CB, 4B and 9E. RGB value is (203,75,158). Sum of RGB (Red+Green+Blue) = 203+75+158=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 75 (29.69% from 255 or 17.20% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4B9E is #34B461. Grayscale: #7A7A7A. Windows color (decimal): -3454050 or 10374091. OLE color: 10374091.

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

Color convert

RGB20375158-
CMYK00.630.220.20
HSL321.09º55.17%54.51%-
HSV(B)321.09º63.05%79.61%-
XYZ33.3220.234.49-
YUV122.73147.91185.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.56%
GREEN value IS 75 (29.69% from 255) = 17.20%
BLUE value IS 158 (62.11% from 255) = 36.24%
R=46.56%
G=17.20%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037515800.630.220.20321.0955.1754.51
HexCB4B9E03F16141413737
Octal31311323607726245016767
Binary1100101110010111001111001111111011010100101000001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4B9E; }

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

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

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

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

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

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

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

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