#C7418A

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

Shades of Mulberry #C7418A

Tints of Mulberry #C7418A

Color information

#C7418A (or 0xC7418A) is unknown color: approx Mulberry. HEX triplet: C7, 41 and 8A. RGB value is (199,65,138). Sum of RGB (Red+Green+Blue) = 199+65+138=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 65 (25.78% from 255 or 16.17% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C7418A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7418A is #38BE75. Grayscale: #717171. Windows color (decimal): -3718774 or 9060807. OLE color: 9060807.

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

Color convert

RGB19965138-
CMYK00.670.310.22
HSL327.31º54.47%51.76%-
HSV(B)327.31º67.34%78.04%-
XYZ30.0317.7625.89-
YUV113.39141.89189.06-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.50%
GREEN value IS 65 (25.78% from 255) = 16.17%
BLUE value IS 138 (54.30% from 255) = 34.33%
R=49.50%
G=16.17%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996513800.670.310.22327.3154.4751.76
HexC7418A0431F161473634
Octal307101212010337265076664
Binary11000111100000110001010010000111111110110101000111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7418A; }

 p { color: rgb(199,65,138); }

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

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

 a { background-color: rgb(199,65,138); }

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

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

 span { border-color: rgb(199,65,138); }

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