#C54188

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

Shades of Mulberry #C54188

Tints of Mulberry #C54188

Color information

#C54188 (or 0xC54188) is unknown color: approx Mulberry. HEX triplet: C5, 41 and 88. RGB value is (197,65,136). Sum of RGB (Red+Green+Blue) = 197+65+136=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C54188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54188 is #3ABE77. Grayscale: #707070. Windows color (decimal): -3849848 or 8929733. OLE color: 8929733.

HSL color Cylindrical-coordinate representation of color #C54188: hue angle of 327.73º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C54188 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB19765136-
CMYK00.670.310.23
HSL327.73º53.23%51.37%-
HSV(B)327.73º67.01%77.25%-
XYZ29.3617.4325.11-
YUV112.56141.23188.23-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.50%
GREEN value IS 65 (25.78% from 255) = 16.33%
BLUE value IS 136 (53.52% from 255) = 34.17%
R=49.50%
G=16.33%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976513600.670.310.23327.7353.2351.37
HexC541880431F171483533
Octal305101210010337275106563
Binary11000101100000110001000010000111111110111101001000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54188; }

 p { color: rgb(197,65,136); }

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

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

 a { background-color: rgb(197,65,136); }

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

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

 span { border-color: rgb(197,65,136); }

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