#C73F80

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

Shades of Mulberry #C73F80

Tints of Mulberry #C73F80

Color information

#C73F80 (or 0xC73F80) is unknown color: approx Mulberry. HEX triplet: C7, 3F and 80. RGB value is (199,63,128). Sum of RGB (Red+Green+Blue) = 199+63+128=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 63 (25% from 255 or 16.15% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C73F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73F80 is #38C07F. Grayscale: #6E6E6E. Windows color (decimal): -3719296 or 8404935. OLE color: 8404935.

HSL color Cylindrical-coordinate representation of color #C73F80: hue angle of 331.32º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C73F80 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB19963128-
CMYK00.680.360.22
HSL331.32º54.84%51.37%-
HSV(B)331.32º68.34%78.04%-
XYZ29.2317.2622.21-
YUV111.07137.56190.71-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.03%
GREEN value IS 63 (25% from 255) = 16.15%
BLUE value IS 128 (50.39% from 255) = 32.82%
R=51.03%
G=16.15%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996312800.680.360.22331.3254.8451.37
HexC73F80044241614b3733
Octal30777200010444265136763
Binary11000111111111100000000100010010010010110101001011110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73F80; }

 p { color: rgb(199,63,128); }

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

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

 a { background-color: rgb(199,63,128); }

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

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

 span { border-color: rgb(199,63,128); }

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