#C73F95

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

Shades of Mulberry #C73F95

Tints of Mulberry #C73F95

Color information

#C73F95 (or 0xC73F95) is unknown color: approx Mulberry. HEX triplet: C7, 3F and 95. RGB value is (199,63,149). Sum of RGB (Red+Green+Blue) = 199+63+149=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C73F95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73F95 is #38C06A. Grayscale: #717171. Windows color (decimal): -3719275 or 9781191. OLE color: 9781191.

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

Color convert

RGB19963149-
CMYK00.680.250.22
HSL322.06º54.84%51.37%-
HSV(B)322.06º68.34%78.04%-
XYZ30.7617.8730.26-
YUV113.47148.06189.01-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.42%
GREEN value IS 63 (25% from 255) = 15.33%
BLUE value IS 149 (58.59% from 255) = 36.25%
R=48.42%
G=15.33%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996314900.680.250.22322.0654.8451.37
HexC73F9504419161423733
Octal30777225010431265026763
Binary1100011111111110010101010001001100110110101000010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73F95; }

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

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

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

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

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

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

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

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