#C74188

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

Shades of Mulberry #C74188

Tints of Mulberry #C74188

Color information

#C74188 (or 0xC74188) is unknown color: approx Mulberry. HEX triplet: C7, 41 and 88. RGB value is (199,65,136). Sum of RGB (Red+Green+Blue) = 199+65+136=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 65 (25.78% from 255 or 16.25% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C74188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74188 is #38BE77. Grayscale: #717171. Windows color (decimal): -3718776 or 8929735. OLE color: 8929735.

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

Color convert

RGB19965136-
CMYK00.670.320.22
HSL328.21º54.47%51.76%-
HSV(B)328.21º67.34%78.04%-
XYZ29.8917.725.13-
YUV113.16140.89189.23-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.75%
GREEN value IS 65 (25.78% from 255) = 16.25%
BLUE value IS 136 (53.52% from 255) = 34%
R=49.75%
G=16.25%
B=34%

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
Decimal1996513600.670.320.22328.2154.4751.76
HexC7418804320161483634
Octal307101210010340265106664
Binary110001111000001100010000100001110000010110101001000110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74188; }

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

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

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

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

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

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

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

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