#c74187

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

Shades of Mulberry #C74187

Tints of Mulberry #C74187

Color information

#C74187 (or 0xC74187) is unknown color: approx Mulberry. HEX triplet: C7, 41 and 87. RGB value is (199,65,135). Sum of RGB (Red+Green+Blue) = 199+65+135=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 65 (25.78% from 255 or 16.29% from 399); Blue value is 135 (53.12% from 255 or 33.83% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C74187 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74187 is #38BE78. Grayscale: #707070. Windows color (decimal): -3718777 or 8864199. OLE color: 8864199.

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

Color convert

RGB19965135-
CMYK00.670.320.22
HSL328.66º54.47%51.76%-
HSV(B)328.66º67.34%78.04%-
XYZ29.8217.6724.76-
YUV113.05140.39189.31-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.87%
GREEN value IS 65 (25.78% from 255) = 16.29%
BLUE value IS 135 (53.12% from 255) = 33.83%
R=49.87%
G=16.29%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996513500.670.320.22328.6654.4751.76
HexC7418704320161493634
Octal307101207010340265116664
Binary110001111000001100001110100001110000010110101001001110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c74187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c74187; }

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

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

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

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

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

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

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

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