#C73D7F

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

Shades of Mulberry #C73D7F

Tints of Mulberry #C73D7F

Color information

#C73D7F (or 0xC73D7F) is unknown color: approx Mulberry. HEX triplet: C7, 3D and 7F. RGB value is (199,61,127). Sum of RGB (Red+Green+Blue) = 199+61+127=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C73D7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73D7F is #38C280. Grayscale: #6D6D6D. Windows color (decimal): -3719809 or 8338887. OLE color: 8338887.

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

Color convert

RGB19961127-
CMYK00.690.360.22
HSL331.3º55.2%50.98%-
HSV(B)331.3º69.35%78.04%-
XYZ29.0517.0121.83-
YUV109.79137.72191.63-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.42%
GREEN value IS 61 (24.22% from 255) = 15.76%
BLUE value IS 127 (50% from 255) = 32.82%
R=51.42%
G=15.76%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996112700.690.360.22331.355.250.98
HexC73D7F045241614b3733
Octal30775177010544265136763
Binary1100011111110111111110100010110010010110101001011110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73D7F; }

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

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

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

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

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

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

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

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