#C74F95

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

Shades of Mulberry #C74F95

Tints of Mulberry #C74F95

Color information

#C74F95 (or 0xC74F95) is unknown color: approx Mulberry. HEX triplet: C7, 4F and 95. RGB value is (199,79,149). Sum of RGB (Red+Green+Blue) = 199+79+149=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 79 (31.25% from 255 or 18.50% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C74F95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74F95 is #38B06A. Grayscale: #7A7A7A. Windows color (decimal): -3715179 or 9785287. OLE color: 9785287.

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

Color convert

RGB19979149-
CMYK00.600.250.22
HSL325º51.72%54.51%-
HSV(B)325º60.3%78.04%-
XYZ31.7719.930.6-
YUV122.86142.76182.31-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.60%
GREEN value IS 79 (31.25% from 255) = 18.50%
BLUE value IS 149 (58.59% from 255) = 34.89%
R=46.60%
G=18.50%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997914900.600.250.2232551.7254.51
HexC74F9503C19161453437
Octal30711722507431265056467
Binary1100011110011111001010101111001100110110101000101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74F95; }

 p { color: rgb(199,79,149); }

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

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

 a { background-color: rgb(199,79,149); }

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

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

 span { border-color: rgb(199,79,149); }

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