#c7407d

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

Shades of Mulberry #C7407D

Tints of Mulberry #C7407D

Color information

#C7407D (or 0xC7407D) is unknown color: approx Mulberry. HEX triplet: C7, 40 and 7D. RGB value is (199,64,125). Sum of RGB (Red+Green+Blue) = 199+64+125=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C7407D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7407D is #38BF82. Grayscale: #6F6F6F. Windows color (decimal): -3719043 or 8208583. OLE color: 8208583.

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

Color convert

RGB19964125-
CMYK00.680.370.22
HSL332.89º54.66%51.57%-
HSV(B)332.89º67.84%78.04%-
XYZ29.0917.2921.21-
YUV111.32135.73190.54-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.29%
GREEN value IS 64 (25.39% from 255) = 16.49%
BLUE value IS 125 (49.22% from 255) = 32.22%
R=51.29%
G=16.49%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996412500.680.370.22332.8954.6651.57
HexC7407D044251614d3734
Octal307100175010445265156764
Binary11000111100000011111010100010010010110110101001101110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7407d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7407d; }

 p { color: rgb(199,64,125); }

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

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

 a { background-color: rgb(199,64,125); }

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

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

 span { border-color: rgb(199,64,125); }

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