#CB4D8A

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

Shades of Mulberry #CB4D8A

Tints of Mulberry #CB4D8A

Color information

#CB4D8A (or 0xCB4D8A) is unknown color: approx Mulberry. HEX triplet: CB, 4D and 8A. RGB value is (203,77,138). Sum of RGB (Red+Green+Blue) = 203+77+138=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB4D8A is #34B275. Grayscale: #797979. Windows color (decimal): -3453558 or 9063883. OLE color: 9063883.

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

Color convert

RGB20377138-
CMYK00.620.320.20
HSL330.95º54.78%54.9%-
HSV(B)330.95º62.07%79.61%-
XYZ31.8719.8426.19-
YUV121.63137.24186.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.56%
GREEN value IS 77 (30.47% from 255) = 18.42%
BLUE value IS 138 (54.30% from 255) = 33.01%
R=48.56%
G=18.42%
B=33.01%

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
Decimal2037713800.620.320.20330.9554.7854.9
HexCB4D8A03E201414b3737
Octal31311521207640245136767
Binary11001011100110110001010011111010000010100101001011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4D8A; }

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

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

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

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

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

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

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

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