#CB3994

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

Shades of Mulberry #CB3994

Tints of Mulberry #CB3994

Color information

#CB3994 (or 0xCB3994) is unknown color: approx Mulberry. HEX triplet: CB, 39 and 94. RGB value is (203,57,148). Sum of RGB (Red+Green+Blue) = 203+57+148=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 57 (22.66% from 255 or 13.97% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3994 is #34C66B. Grayscale: #6E6E6E. Windows color (decimal): -3458668 or 9714123. OLE color: 9714123.

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

Color convert

RGB20357148-
CMYK00.720.270.20
HSL322.6º58.4%50.98%-
HSV(B)322.6º71.92%79.61%-
XYZ31.4417.7629.79-
YUV111.03148.87193.6-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.75%
GREEN value IS 57 (22.66% from 255) = 13.97%
BLUE value IS 148 (58.20% from 255) = 36.27%
R=49.75%
G=13.97%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035714800.720.270.20322.658.450.98
HexCB39940481B141433a33
Octal31371224011033245037263
Binary1100101111100110010100010010001101110100101000011111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3994; }

 p { color: rgb(203,57,148); }

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

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

 a { background-color: rgb(203,57,148); }

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

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

 span { border-color: rgb(203,57,148); }

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