#C53F84

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

Shades of Mulberry #C53F84

Tints of Mulberry #C53F84

Color information

#C53F84 (or 0xC53F84) is unknown color: approx Mulberry. HEX triplet: C5, 3F and 84. RGB value is (197,63,132). Sum of RGB (Red+Green+Blue) = 197+63+132=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 63 (25% from 255 or 16.07% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53F84 is #3AC07B. Grayscale: #6E6E6E. Windows color (decimal): -3850364 or 8667077. OLE color: 8667077.

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

Color convert

RGB19763132-
CMYK00.680.330.23
HSL329.1º53.6%50.98%-
HSV(B)329.1º68.02%77.25%-
XYZ28.9717.0923.6-
YUV110.93139.89189.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.26%
GREEN value IS 63 (25% from 255) = 16.07%
BLUE value IS 132 (51.95% from 255) = 33.67%
R=50.26%
G=16.07%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976313200.680.330.23329.153.650.98
HexC53F8404421171493633
Octal30577204010441275116663
Binary11000101111111100001000100010010000110111101001001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53F84; }

 p { color: rgb(197,63,132); }

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

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

 a { background-color: rgb(197,63,132); }

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

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

 span { border-color: rgb(197,63,132); }

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