#CB57A1

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

Shades of Mulberry #CB57A1

Tints of Mulberry #CB57A1

Color information

#CB57A1 (or 0xCB57A1) is unknown color: approx Mulberry. HEX triplet: CB, 57 and A1. RGB value is (203,87,161). Sum of RGB (Red+Green+Blue) = 203+87+161=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 87 (34.38% from 255 or 19.29% from 451); Blue value is 161 (63.28% from 255 or 35.70% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB57A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB57A1 is #34A85E. Grayscale: #818181. Windows color (decimal): -3450975 or 10573771. OLE color: 10573771.

HSL color Cylindrical-coordinate representation of color #CB57A1: hue angle of 321.72º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB57A1 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB20387161-
CMYK00.570.210.20
HSL321.72º52.73%56.86%-
HSV(B)321.72º57.14%79.61%-
XYZ34.4722.0936.16-
YUV130.12145.43179.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.01%
GREEN value IS 87 (34.38% from 255) = 19.29%
BLUE value IS 161 (63.28% from 255) = 35.70%
R=45.01%
G=19.29%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038716100.570.210.20321.7252.7356.86
HexCB57A103915141423539
Octal31312724107125245026571
Binary1100101110101111010000101110011010110100101000010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB57A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB57A1; }

 p { color: rgb(203,87,161); }

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

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

 a { background-color: rgb(203,87,161); }

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

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

 span { border-color: rgb(203,87,161); }

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