#C74C97

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

Shades of Mulberry #C74C97

Tints of Mulberry #C74C97

Color information

#C74C97 (or 0xC74C97) is unknown color: approx Mulberry. HEX triplet: C7, 4C and 97. RGB value is (199,76,151). Sum of RGB (Red+Green+Blue) = 199+76+151=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C74C97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74C97 is #38B368. Grayscale: #797979. Windows color (decimal): -3715945 or 9915591. OLE color: 9915591.

HSL color Cylindrical-coordinate representation of color #C74C97: hue angle of 323.41º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C74C97 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB19976151-
CMYK00.620.240.22
HSL323.41º52.34%53.92%-
HSV(B)323.41º61.81%78.04%-
XYZ31.7219.5531.38-
YUV121.33144.75183.4-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.71%
GREEN value IS 76 (30.08% from 255) = 17.84%
BLUE value IS 151 (59.38% from 255) = 35.45%
R=46.71%
G=17.84%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997615100.620.240.22323.4152.3453.92
HexC74C9703E18161433436
Octal30711422707630265036466
Binary1100011110011001001011101111101100010110101000011110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74C97; }

 p { color: rgb(199,76,151); }

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

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

 a { background-color: rgb(199,76,151); }

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

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

 span { border-color: rgb(199,76,151); }

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