#C54299

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

Shades of Mulberry #C54299

Tints of Mulberry #C54299

Color information

#C54299 (or 0xC54299) is unknown color: approx Mulberry. HEX triplet: C5, 42 and 99. RGB value is (197,66,153). Sum of RGB (Red+Green+Blue) = 197+66+153=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 66 (26.17% from 255 or 15.87% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C54299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54299 is #3ABD66. Grayscale: #727272. Windows color (decimal): -3849575 or 10044101. OLE color: 10044101.

HSL color Cylindrical-coordinate representation of color #C54299: hue angle of 320.15º 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 #C54299 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB19766153-
CMYK00.660.220.23
HSL320.15º53.04%51.57%-
HSV(B)320.15º66.5%77.25%-
XYZ30.7218.0732-
YUV115.09149.4186.43-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.36%
GREEN value IS 66 (26.17% from 255) = 15.87%
BLUE value IS 153 (60.16% from 255) = 36.78%
R=47.36%
G=15.87%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976615300.660.220.23320.1553.0451.57
HexC5429904216171403534
Octal305102231010226275006564
Binary11000101100001010011001010000101011010111101000000110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54299; }

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

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

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

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

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

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

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

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