#CB53A3

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

Shades of Mulberry #CB53A3

Tints of Mulberry #CB53A3

Color information

#CB53A3 (or 0xCB53A3) is unknown color: approx Mulberry. HEX triplet: CB, 53 and A3. RGB value is (203,83,163). Sum of RGB (Red+Green+Blue) = 203+83+163=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 163 (64.06% from 255 or 36.30% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB53A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB53A3 is #34AC5C. Grayscale: #7F7F7F. Windows color (decimal): -3451997 or 10703819. OLE color: 10703819.

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

Color convert

RGB20383163-
CMYK00.590.200.20
HSL320º53.57%56.08%-
HSV(B)320º59.11%79.61%-
XYZ34.3321.5337-
YUV128147.76181.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.21%
GREEN value IS 83 (32.81% from 255) = 18.49%
BLUE value IS 163 (64.06% from 255) = 36.30%
R=45.21%
G=18.49%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038316300.590.200.2032053.5756.08
HexCB53A303B14141403638
Octal31312324307324245006670
Binary1100101110100111010001101110111010010100101000000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB53A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB53A3; }

 p { color: rgb(203,83,163); }

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

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

 a { background-color: rgb(203,83,163); }

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

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

 span { border-color: rgb(203,83,163); }

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