#CB3B8E

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

Shades of Mulberry #CB3B8E

Tints of Mulberry #CB3B8E

Color information

#CB3B8E (or 0xCB3B8E) is unknown color: approx Mulberry. HEX triplet: CB, 3B and 8E. RGB value is (203,59,142). Sum of RGB (Red+Green+Blue) = 203+59+142=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 59 (23.44% from 255 or 14.60% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3B8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3B8E is #34C471. Grayscale: #6F6F6F. Windows color (decimal): -3458162 or 9321419. OLE color: 9321419.

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

Color convert

RGB20359142-
CMYK00.710.300.20
HSL325.42º58.06%51.37%-
HSV(B)325.42º70.94%79.61%-
XYZ31.0817.7827.38-
YUV111.52145.21193.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.25%
GREEN value IS 59 (23.44% from 255) = 14.60%
BLUE value IS 142 (55.86% from 255) = 35.15%
R=50.25%
G=14.60%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035914200.710.300.20325.4258.0651.37
HexCB3B8E0471E141453a33
Octal31373216010736245057263
Binary1100101111101110001110010001111111010100101000101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3B8E; }

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

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

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

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

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

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

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

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