#C53E95

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

Shades of Mulberry #C53E95

Tints of Mulberry #C53E95

Color information

#C53E95 (or 0xC53E95) is unknown color: approx Mulberry. HEX triplet: C5, 3E and 95. RGB value is (197,62,149). Sum of RGB (Red+Green+Blue) = 197+62+149=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 62 (24.61% from 255 or 15.20% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C53E95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53E95 is #3AC16A. Grayscale: #707070. Windows color (decimal): -3850603 or 9780933. OLE color: 9780933.

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

Color convert

RGB19762149-
CMYK00.690.240.23
HSL321.33º53.78%50.78%-
HSV(B)321.33º68.53%77.25%-
XYZ30.1717.4930.22-
YUV112.28148.73188.43-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.28%
GREEN value IS 62 (24.61% from 255) = 15.20%
BLUE value IS 149 (58.59% from 255) = 36.52%
R=48.28%
G=15.20%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976214900.690.240.23321.3353.7850.78
HexC53E9504518171413633
Octal30576225010530275016663
Binary1100010111111010010101010001011100010111101000001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53E95; }

 p { color: rgb(197,62,149); }

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

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

 a { background-color: rgb(197,62,149); }

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

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

 span { border-color: rgb(197,62,149); }

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