#c54294

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

Shades of Mulberry #C54294

Tints of Mulberry #C54294

Color information

#C54294 (or 0xC54294) is unknown color: approx Mulberry. HEX triplet: C5, 42 and 94. RGB value is (197,66,148). Sum of RGB (Red+Green+Blue) = 197+66+148=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C54294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54294 is #3ABD6B. Grayscale: #727272. Windows color (decimal): -3849580 or 9716421. OLE color: 9716421.

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

Color convert

RGB19766148-
CMYK00.660.250.23
HSL322.44º53.04%51.57%-
HSV(B)322.44º66.5%77.25%-
XYZ30.3217.929.87-
YUV114.52146.9186.83-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.93%
GREEN value IS 66 (26.17% from 255) = 16.06%
BLUE value IS 148 (58.20% from 255) = 36.01%
R=47.93%
G=16.06%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976614800.660.250.23322.4453.0451.57
HexC5429404219171423534
Octal305102224010231275026564
Binary11000101100001010010100010000101100110111101000010110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c54294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c54294; }

 p { color: rgb(197,66,148); }

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

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

 a { background-color: rgb(197,66,148); }

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

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

 span { border-color: rgb(197,66,148); }

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