#CB418B

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

Shades of Mulberry #CB418B

Tints of Mulberry #CB418B

Color information

#CB418B (or 0xCB418B) is unknown color: approx Mulberry. HEX triplet: CB, 41 and 8B. RGB value is (203,65,139). Sum of RGB (Red+Green+Blue) = 203+65+139=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB418B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB418B is #34BE74. Grayscale: #727272. Windows color (decimal): -3456629 or 9126347. OLE color: 9126347.

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

Color convert

RGB20365139-
CMYK00.680.320.20
HSL327.83º57.02%52.55%-
HSV(B)327.83º67.98%79.61%-
XYZ31.1818.3426.32-
YUV114.7141.72190.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.88%
GREEN value IS 65 (25.78% from 255) = 15.97%
BLUE value IS 139 (54.69% from 255) = 34.15%
R=49.88%
G=15.97%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036513900.680.320.20327.8357.0252.55
HexCB418B04420141483935
Octal313101213010440245107165
Binary110010111000001100010110100010010000010100101001000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB418B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB418B; }

 p { color: rgb(203,65,139); }

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

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

 a { background-color: rgb(203,65,139); }

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

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

 span { border-color: rgb(203,65,139); }

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