#cb47a5

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

Shades of Mulberry #CB47A5

Tints of Mulberry #CB47A5

Color information

#CB47A5 (or 0xCB47A5) is unknown color: approx Mulberry. HEX triplet: CB, 47 and A5. RGB value is (203,71,165). Sum of RGB (Red+Green+Blue) = 203+71+165=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 71 (28.12% from 255 or 16.17% from 439); Blue value is 165 (64.84% from 255 or 37.59% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CB47A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB47A5 is #34B85A. Grayscale: #787878. Windows color (decimal): -3455067 or 10831819. OLE color: 10831819.

HSL color Cylindrical-coordinate representation of color #CB47A5: hue angle of 317.27º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB47A5 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB20371165-
CMYK00.650.190.20
HSL317.27º55.93%53.73%-
HSV(B)317.27º65.02%79.61%-
XYZ33.6719.9237.67-
YUV121.18152.73186.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.24%
GREEN value IS 71 (28.12% from 255) = 16.17%
BLUE value IS 165 (64.84% from 255) = 37.59%
R=46.24%
G=16.17%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037116500.650.190.20317.2755.9353.73
HexCB47A5041131413d3836
Octal313107245010123244757066
Binary11001011100011110100101010000011001110100100111101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb47a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb47a5; }

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

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

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

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

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

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

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

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