#C74B98

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

Shades of Mulberry #C74B98

Tints of Mulberry #C74B98

Color information

#C74B98 (or 0xC74B98) is unknown color: approx Mulberry. HEX triplet: C7, 4B and 98. RGB value is (199,75,152). Sum of RGB (Red+Green+Blue) = 199+75+152=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 75 (29.69% from 255 or 17.61% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74B98 is #38B467. Grayscale: #787878. Windows color (decimal): -3716200 or 9980871. OLE color: 9980871.

HSL color Cylindrical-coordinate representation of color #C74B98: hue angle of 322.74º degrees, saturation: 0.53, 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 #C74B98 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB19975152-
CMYK00.620.240.22
HSL322.74º52.54%53.73%-
HSV(B)322.74º62.31%78.04%-
XYZ31.7419.4431.79-
YUV120.85145.58183.74-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.71%
GREEN value IS 75 (29.69% from 255) = 17.61%
BLUE value IS 152 (59.77% from 255) = 35.68%
R=46.71%
G=17.61%
B=35.68%

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
Decimal1997515200.620.240.22322.7452.5453.73
HexC74B9803E18161433536
Octal30711323007630265036566
Binary1100011110010111001100001111101100010110101000011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74B98; }

 p { color: rgb(199,75,152); }

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

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

 a { background-color: rgb(199,75,152); }

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

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

 span { border-color: rgb(199,75,152); }

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