#CB3AA3

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

Shades of Mulberry #CB3AA3

Tints of Mulberry #CB3AA3

Color information

#CB3AA3 (or 0xCB3AA3) is unknown color: approx Mulberry. HEX triplet: CB, 3A and A3. RGB value is (203,58,163). Sum of RGB (Red+Green+Blue) = 203+58+163=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 58 (23.05% from 255 or 13.68% from 424); Blue value is 163 (64.06% from 255 or 38.44% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3AA3 is #34C55C. Grayscale: #717171. Windows color (decimal): -3458397 or 10697419. OLE color: 10697419.

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

Color convert

RGB20358163-
CMYK00.710.200.20
HSL316.55º58.23%51.18%-
HSV(B)316.55º71.43%79.61%-
XYZ32.7518.3736.47-
YUV113.32156.04191.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.88%
GREEN value IS 58 (23.05% from 255) = 13.68%
BLUE value IS 163 (64.06% from 255) = 38.44%
R=47.88%
G=13.68%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035816300.710.200.20316.5558.2351.18
HexCB3AA3047141413d3a33
Octal31372243010724244757263
Binary1100101111101010100011010001111010010100100111101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3AA3; }

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

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

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

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

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

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

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

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