#C74F96

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

Shades of Mulberry #C74F96

Tints of Mulberry #C74F96

Color information

#C74F96 (or 0xC74F96) is unknown color: approx Mulberry. HEX triplet: C7, 4F and 96. RGB value is (199,79,150). Sum of RGB (Red+Green+Blue) = 199+79+150=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 79 (31.25% from 255 or 18.46% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C74F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74F96 is #38B069. Grayscale: #7A7A7A. Windows color (decimal): -3715178 or 9850823. OLE color: 9850823.

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

Color convert

RGB19979150-
CMYK00.600.250.22
HSL324.5º51.72%54.51%-
HSV(B)324.5º60.3%78.04%-
XYZ31.8519.9431.02-
YUV122.97143.26182.23-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.50%
GREEN value IS 79 (31.25% from 255) = 18.46%
BLUE value IS 150 (58.98% from 255) = 35.05%
R=46.50%
G=18.46%
B=35.05%

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
Decimal1997915000.600.250.22324.551.7254.51
HexC74F9603C19161443437
Octal30711722607431265046467
Binary1100011110011111001011001111001100110110101000100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74F96; }

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

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

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

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

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

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

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

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