#C73D93

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

Shades of Mulberry #C73D93

Tints of Mulberry #C73D93

Color information

#C73D93 (or 0xC73D93) is unknown color: approx Mulberry. HEX triplet: C7, 3D and 93. RGB value is (199,61,147). Sum of RGB (Red+Green+Blue) = 199+61+147=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 61 (24.22% from 255 or 14.99% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C73D93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73D93 is #38C26C. Grayscale: #6F6F6F. Windows color (decimal): -3719789 or 9649607. OLE color: 9649607.

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

Color convert

RGB19961147-
CMYK00.690.260.22
HSL322.61º55.2%50.98%-
HSV(B)322.61º69.35%78.04%-
XYZ30.4917.5929.39-
YUV112.07147.72190.01-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.89%
GREEN value IS 61 (24.22% from 255) = 14.99%
BLUE value IS 147 (57.81% from 255) = 36.12%
R=48.89%
G=14.99%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996114700.690.260.22322.6155.250.98
HexC73D930451A161433733
Octal30775223010532265036763
Binary1100011111110110010011010001011101010110101000011110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73D93; }

 p { color: rgb(199,61,147); }

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

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

 a { background-color: rgb(199,61,147); }

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

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

 span { border-color: rgb(199,61,147); }

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