#c73c8b

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

Shades of Mulberry #C73C8B

Tints of Mulberry #C73C8B

Color information

#C73C8B (or 0xC73C8B) is unknown color: approx Mulberry. HEX triplet: C7, 3C and 8B. RGB value is (199,60,139). Sum of RGB (Red+Green+Blue) = 199+60+139=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 60 (23.83% from 255 or 15.08% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C73C8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73C8B is #38C374. Grayscale: #6E6E6E. Windows color (decimal): -3720053 or 9125063. OLE color: 9125063.

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

Color convert

RGB19960139-
CMYK00.700.300.22
HSL325.9º55.38%50.78%-
HSV(B)325.9º69.85%78.04%-
XYZ29.8317.2426.18-
YUV110.57144.05191.08-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50%
GREEN value IS 60 (23.83% from 255) = 15.08%
BLUE value IS 139 (54.69% from 255) = 34.92%
R=50%
G=15.08%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996013900.700.300.22325.955.3850.78
HexC73C8B0461E161463733
Octal30774213010636265066763
Binary1100011111110010001011010001101111010110101000110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c73c8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c73c8b; }

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

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

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

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

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

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

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

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