#CB3DA5

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

Shades of Mulberry #CB3DA5

Tints of Mulberry #CB3DA5

Color information

#CB3DA5 (or 0xCB3DA5) is unknown color: approx Mulberry. HEX triplet: CB, 3D and A5. RGB value is (203,61,165). Sum of RGB (Red+Green+Blue) = 203+61+165=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 61 (24.22% from 255 or 14.22% from 429); Blue value is 165 (64.84% from 255 or 38.46% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3DA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3DA5 is #34C25A. Grayscale: #737373. Windows color (decimal): -3457627 or 10829259. OLE color: 10829259.

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

Color convert

RGB20361165-
CMYK00.700.190.20
HSL316.06º57.72%51.76%-
HSV(B)316.06º69.95%79.61%-
XYZ33.0918.7537.47-
YUV115.31156.04190.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.32%
GREEN value IS 61 (24.22% from 255) = 14.22%
BLUE value IS 165 (64.84% from 255) = 38.46%
R=47.32%
G=14.22%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036116500.700.190.20316.0657.7251.76
HexCB3DA5046131413c3a34
Octal31375245010623244747264
Binary1100101111110110100101010001101001110100100111100111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3DA5; }

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

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

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

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

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

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

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

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