#C73C97

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

Shades of Mulberry #C73C97

Tints of Mulberry #C73C97

Color information

#C73C97 (or 0xC73C97) is unknown color: approx Mulberry. HEX triplet: C7, 3C and 97. RGB value is (199,60,151). Sum of RGB (Red+Green+Blue) = 199+60+151=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 60 (23.83% from 255 or 14.63% from 410); Blue value is 151 (59.38% from 255 or 36.83% from 410); Max value from RGB is 199 - color contains mainly: red. Hex color #C73C97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73C97 is #38C368. Grayscale: #6F6F6F. Windows color (decimal): -3720041 or 9911495. OLE color: 9911495.

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

Color convert

RGB19960151-
CMYK00.700.240.22
HSL320.72º55.38%50.78%-
HSV(B)320.72º69.85%78.04%-
XYZ30.7517.6131.06-
YUV111.94150.05190.1-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.54%
GREEN value IS 60 (23.83% from 255) = 14.63%
BLUE value IS 151 (59.38% from 255) = 36.83%
R=48.54%
G=14.63%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996015100.700.240.22320.7255.3850.78
HexC73C9704618161413733
Octal30774227010630265016763
Binary1100011111110010010111010001101100010110101000001110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73C97; }

 p { color: rgb(199,60,151); }

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

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

 a { background-color: rgb(199,60,151); }

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

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

 span { border-color: rgb(199,60,151); }

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