#C54481

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

Shades of Mulberry #C54481

Tints of Mulberry #C54481

Color information

#C54481 (or 0xC54481) is unknown color: approx Mulberry. HEX triplet: C5, 44 and 81. RGB value is (197,68,129). Sum of RGB (Red+Green+Blue) = 197+68+129=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C54481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54481 is #3ABB7E. Grayscale: #717171. Windows color (decimal): -3849087 or 8471749. OLE color: 8471749.

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

Color convert

RGB19768129-
CMYK00.650.350.23
HSL331.63º52.65%51.96%-
HSV(B)331.63º65.48%77.25%-
XYZ29.0617.5922.63-
YUV113.52136.74187.54-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50%
GREEN value IS 68 (26.95% from 255) = 17.26%
BLUE value IS 129 (50.78% from 255) = 32.74%
R=50%
G=17.26%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976812900.650.350.23331.6352.6551.96
HexC54481041231714c3534
Octal305104201010143275146564
Binary110001011000100100000010100000110001110111101001100110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54481; }

 p { color: rgb(197,68,129); }

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

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

 a { background-color: rgb(197,68,129); }

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

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

 span { border-color: rgb(197,68,129); }

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