#C7427D

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

Shades of Mulberry #C7427D

Tints of Mulberry #C7427D

Color information

#C7427D (or 0xC7427D) is unknown color: approx Mulberry. HEX triplet: C7, 42 and 7D. RGB value is (199,66,125). Sum of RGB (Red+Green+Blue) = 199+66+125=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C7427D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7427D is #38BD82. Grayscale: #707070. Windows color (decimal): -3718531 or 8209095. OLE color: 8209095.

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

Color convert

RGB19966125-
CMYK00.670.370.22
HSL333.38º54.29%51.96%-
HSV(B)333.38º66.83%78.04%-
XYZ29.217.5221.24-
YUV112.49135.06189.7-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.03%
GREEN value IS 66 (26.17% from 255) = 16.92%
BLUE value IS 125 (49.22% from 255) = 32.05%
R=51.03%
G=16.92%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996612500.670.370.22333.3854.2951.96
HexC7427D043251614d3634
Octal307102175010345265156664
Binary11000111100001011111010100001110010110110101001101110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7427D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7427D; }

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

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

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

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

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

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

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

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