#CB43A8

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

Shades of Mulberry #CB43A8

Tints of Mulberry #CB43A8

Color information

#CB43A8 (or 0xCB43A8) is unknown color: approx Mulberry. HEX triplet: CB, 43 and A8. RGB value is (203,67,168). Sum of RGB (Red+Green+Blue) = 203+67+168=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 67 (26.56% from 255 or 15.30% from 438); Blue value is 168 (66.02% from 255 or 38.36% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB43A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB43A8 is #34BC57. Grayscale: #767676. Windows color (decimal): -3456088 or 11027403. OLE color: 11027403.

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

Color convert

RGB20367168-
CMYK00.670.170.20
HSL315.44º56.67%52.94%-
HSV(B)315.44º67%79.61%-
XYZ33.719.5439.04-
YUV119.18155.56187.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.35%
GREEN value IS 67 (26.56% from 255) = 15.30%
BLUE value IS 168 (66.02% from 255) = 38.36%
R=46.35%
G=15.30%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036716800.670.170.20315.4456.6752.94
HexCB43A8043111413b3935
Octal313103250010321244737165
Binary11001011100001110101000010000111000110100100111011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB43A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB43A8; }

 p { color: rgb(203,67,168); }

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

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

 a { background-color: rgb(203,67,168); }

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

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

 span { border-color: rgb(203,67,168); }

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