#CB428E

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

Shades of Mulberry #CB428E

Tints of Mulberry #CB428E

Color information

#CB428E (or 0xCB428E) is unknown color: approx Mulberry. HEX triplet: CB, 42 and 8E. RGB value is (203,66,142). Sum of RGB (Red+Green+Blue) = 203+66+142=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB428E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB428E is #34BD71. Grayscale: #737373. Windows color (decimal): -3456370 or 9323211. OLE color: 9323211.

HSL color Cylindrical-coordinate representation of color #CB428E: hue angle of 326.72º 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 #CB428E is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB20366142-
CMYK00.670.300.20
HSL326.72º56.85%52.75%-
HSV(B)326.72º67.49%79.61%-
XYZ31.4618.5527.51-
YUV115.63142.89190.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.39%
GREEN value IS 66 (26.17% from 255) = 16.06%
BLUE value IS 142 (55.86% from 255) = 34.55%
R=49.39%
G=16.06%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036614200.670.300.20326.7256.8552.75
HexCB428E0431E141473935
Octal313102216010336245077165
Binary11001011100001010001110010000111111010100101000111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB428E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB428E; }

 p { color: rgb(203,66,142); }

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

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

 a { background-color: rgb(203,66,142); }

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

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

 span { border-color: rgb(203,66,142); }

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