#CB3DA9

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

Shades of Mulberry #CB3DA9

Tints of Mulberry #CB3DA9

Color information

#CB3DA9 (or 0xCB3DA9) is unknown color: approx Mulberry. HEX triplet: CB, 3D and A9. RGB value is (203,61,169). Sum of RGB (Red+Green+Blue) = 203+61+169=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 61 (24.22% from 255 or 14.09% from 433); Blue value is 169 (66.41% from 255 or 39.03% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3DA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3DA9 is #34C256. Grayscale: #737373. Windows color (decimal): -3457623 or 11091403. OLE color: 11091403.

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

Color convert

RGB20361169-
CMYK00.700.170.20
HSL314.37º57.72%51.76%-
HSV(B)314.37º69.95%79.61%-
XYZ33.4618.939.42-
YUV115.77158.04190.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.88%
GREEN value IS 61 (24.22% from 255) = 14.09%
BLUE value IS 169 (66.41% from 255) = 39.03%
R=46.88%
G=14.09%
B=39.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036116900.700.170.20314.3757.7251.76
HexCB3DA9046111413a3a34
Octal31375251010621244727264
Binary1100101111110110101001010001101000110100100111010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3DA9; }

 p { color: rgb(203,61,169); }

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

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

 a { background-color: rgb(203,61,169); }

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

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

 span { border-color: rgb(203,61,169); }

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