#CB3C88

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

Shades of Mulberry #CB3C88

Tints of Mulberry #CB3C88

Color information

#CB3C88 (or 0xCB3C88) is unknown color: approx Mulberry. HEX triplet: CB, 3C and 88. RGB value is (203,60,136). Sum of RGB (Red+Green+Blue) = 203+60+136=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 60 (23.83% from 255 or 15.04% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3C88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3C88 is #34C377. Grayscale: #6F6F6F. Windows color (decimal): -3457912 or 8928459. OLE color: 8928459.

HSL color Cylindrical-coordinate representation of color #CB3C88: hue angle of 328.11º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB3C88 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB20360136-
CMYK00.700.330.20
HSL328.11º57.89%51.57%-
HSV(B)328.11º70.44%79.61%-
XYZ30.6917.7125.09-
YUV111.42141.88193.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.88%
GREEN value IS 60 (23.83% from 255) = 15.04%
BLUE value IS 136 (53.52% from 255) = 34.09%
R=50.88%
G=15.04%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036013600.700.330.20328.1157.8951.57
HexCB3C8804621141483a34
Octal31374210010641245107264
Binary11001011111100100010000100011010000110100101001000111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3C88; }

 p { color: rgb(203,60,136); }

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

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

 a { background-color: rgb(203,60,136); }

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

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

 span { border-color: rgb(203,60,136); }

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