#C54580

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

Shades of Mulberry #C54580

Tints of Mulberry #C54580

Color information

#C54580 (or 0xC54580) is unknown color: approx Mulberry. HEX triplet: C5, 45 and 80. RGB value is (197,69,128). Sum of RGB (Red+Green+Blue) = 197+69+128=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C54580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54580 is #3ABA7F. Grayscale: #717171. Windows color (decimal): -3848832 or 8406469. OLE color: 8406469.

HSL color Cylindrical-coordinate representation of color #C54580: hue angle of 332.34º degrees, saturation: 0.52, 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 #C54580 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB19769128-
CMYK00.650.350.23
HSL332.34º52.46%52.16%-
HSV(B)332.34º64.97%77.25%-
XYZ29.0517.6922.3-
YUV114135.91187.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50%
GREEN value IS 69 (27.34% from 255) = 17.51%
BLUE value IS 128 (50.39% from 255) = 32.49%
R=50%
G=17.51%
B=32.49%

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
Decimal1976912800.650.350.23332.3452.4652.16
HexC54580041231714c3434
Octal305105200010143275146464
Binary110001011000101100000000100000110001110111101001100110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54580; }

 p { color: rgb(197,69,128); }

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

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

 a { background-color: rgb(197,69,128); }

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

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

 span { border-color: rgb(197,69,128); }

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