#CB428D

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

Shades of Mulberry #CB428D

Tints of Mulberry #CB428D

Color information

#CB428D (or 0xCB428D) is unknown color: approx Mulberry. HEX triplet: CB, 42 and 8D. RGB value is (203,66,141). Sum of RGB (Red+Green+Blue) = 203+66+141=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 66 (26.17% from 255 or 16.10% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB428D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB428D is #34BD72. Grayscale: #737373. Windows color (decimal): -3456371 or 9257675. OLE color: 9257675.

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

Color convert

RGB20366141-
CMYK00.670.310.20
HSL327.15º56.85%52.75%-
HSV(B)327.15º67.49%79.61%-
XYZ31.3818.5227.12-
YUV115.51142.39190.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.51%
GREEN value IS 66 (26.17% from 255) = 16.10%
BLUE value IS 141 (55.47% from 255) = 34.39%
R=49.51%
G=16.10%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036614100.670.310.20327.1556.8552.75
HexCB428D0431F141473935
Octal313102215010337245077165
Binary11001011100001010001101010000111111110100101000111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB428D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB428D; }

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

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

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

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

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

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

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

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