#CB3E95

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

Shades of Mulberry #CB3E95

Tints of Mulberry #CB3E95

Color information

#CB3E95 (or 0xCB3E95) is unknown color: approx Mulberry. HEX triplet: CB, 3E and 95. RGB value is (203,62,149). Sum of RGB (Red+Green+Blue) = 203+62+149=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 62 (24.61% from 255 or 14.98% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3E95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3E95 is #34C16A. Grayscale: #717171. Windows color (decimal): -3457387 or 9780939. OLE color: 9780939.

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

Color convert

RGB20362149-
CMYK00.690.270.20
HSL322.98º57.55%51.96%-
HSV(B)322.98º69.46%79.61%-
XYZ31.7818.3130.29-
YUV114.08147.71191.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.03%
GREEN value IS 62 (24.61% from 255) = 14.98%
BLUE value IS 149 (58.59% from 255) = 35.99%
R=49.03%
G=14.98%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036214900.690.270.20322.9857.5551.96
HexCB3E950451B141433a34
Octal31376225010533245037264
Binary1100101111111010010101010001011101110100101000011111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3E95; }

 p { color: rgb(203,62,149); }

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

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

 a { background-color: rgb(203,62,149); }

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

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

 span { border-color: rgb(203,62,149); }

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