#C94B8B

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

Shades of Mulberry #C94B8B

Tints of Mulberry #C94B8B

Color information

#C94B8B (or 0xC94B8B) is unknown color: approx Mulberry. HEX triplet: C9, 4B and 8B. RGB value is (201,75,139). Sum of RGB (Red+Green+Blue) = 201+75+139=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94B8B is #36B474. Grayscale: #777777. Windows color (decimal): -3585141 or 9128905. OLE color: 9128905.

HSL color Cylindrical-coordinate representation of color #C94B8B: hue angle of 329.52º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C94B8B is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB20175139-
CMYK00.630.310.21
HSL329.52º53.85%54.12%-
HSV(B)329.52º62.69%78.82%-
XYZ31.2619.3126.51-
YUV119.97138.74185.8-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.43%
GREEN value IS 75 (29.69% from 255) = 18.07%
BLUE value IS 139 (54.69% from 255) = 33.49%
R=48.43%
G=18.07%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017513900.630.310.21329.5253.8554.12
HexC94B8B03F1F1514a3636
Octal31111321307737255126666
Binary1100100110010111000101101111111111110101101001010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94B8B; }

 p { color: rgb(201,75,139); }

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

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

 a { background-color: rgb(201,75,139); }

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

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

 span { border-color: rgb(201,75,139); }

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