#C53F7B

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

Shades of Mulberry #C53F7B

Tints of Mulberry #C53F7B

Color information

#C53F7B (or 0xC53F7B) is unknown color: approx Mulberry. HEX triplet: C5, 3F and 7B. RGB value is (197,63,123). Sum of RGB (Red+Green+Blue) = 197+63+123=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 63 (25% from 255 or 16.45% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53F7B is #3AC084. Grayscale: #6D6D6D. Windows color (decimal): -3850373 or 8077253. OLE color: 8077253.

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

Color convert

RGB19763123-
CMYK00.680.380.23
HSL333.13º53.6%50.98%-
HSV(B)333.13º68.02%77.25%-
XYZ28.3816.8620.5-
YUV109.91135.39190.12-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.44%
GREEN value IS 63 (25% from 255) = 16.45%
BLUE value IS 123 (48.44% from 255) = 32.11%
R=51.44%
G=16.45%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976312300.680.380.23333.1353.650.98
HexC53F7B044261714d3633
Octal30577173010446275156663
Binary1100010111111111110110100010010011010111101001101110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53F7B; }

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

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

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

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

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

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

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

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