#C53C8E

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

Shades of Mulberry #C53C8E

Tints of Mulberry #C53C8E

Color information

#C53C8E (or 0xC53C8E) is unknown color: approx Mulberry. HEX triplet: C5, 3C and 8E. RGB value is (197,60,142). Sum of RGB (Red+Green+Blue) = 197+60+142=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 60 (23.83% from 255 or 15.04% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53C8E is #3AC371. Grayscale: #6E6E6E. Windows color (decimal): -3851122 or 9321669. OLE color: 9321669.

HSL color Cylindrical-coordinate representation of color #C53C8E: hue angle of 324.09º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53C8E is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB19760142-
CMYK00.700.280.23
HSL324.09º54.15%50.39%-
HSV(B)324.09º69.54%77.25%-
XYZ29.5217.0627.33-
YUV110.31145.89189.83-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.37%
GREEN value IS 60 (23.83% from 255) = 15.04%
BLUE value IS 142 (55.86% from 255) = 35.59%
R=49.37%
G=15.04%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976014200.700.280.23324.0954.1550.39
HexC53C8E0461C171443632
Octal30574216010634275046662
Binary1100010111110010001110010001101110010111101000100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53C8E; }

 p { color: rgb(197,60,142); }

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

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

 a { background-color: rgb(197,60,142); }

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

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

 span { border-color: rgb(197,60,142); }

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