#CB408F

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

Shades of Mulberry #CB408F

Tints of Mulberry #CB408F

Color information

#CB408F (or 0xCB408F) is unknown color: approx Mulberry. HEX triplet: CB, 40 and 8F. RGB value is (203,64,143). Sum of RGB (Red+Green+Blue) = 203+64+143=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB408F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB408F is #34BF70. Grayscale: #727272. Windows color (decimal): -3456881 or 9388235. OLE color: 9388235.

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

Color convert

RGB20364143-
CMYK00.680.300.20
HSL325.9º57.2%52.35%-
HSV(B)325.9º68.47%79.61%-
XYZ31.4218.3527.87-
YUV114.57144.05191.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.51%
GREEN value IS 64 (25.39% from 255) = 15.61%
BLUE value IS 143 (56.25% from 255) = 34.88%
R=49.51%
G=15.61%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036414300.680.300.20325.957.252.35
HexCB408F0441E141463934
Octal313100217010436245067164
Binary11001011100000010001111010001001111010100101000110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB408F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB408F; }

 p { color: rgb(203,64,143); }

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

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

 a { background-color: rgb(203,64,143); }

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

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

 span { border-color: rgb(203,64,143); }

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