#C74693

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

Shades of Mulberry #C74693

Tints of Mulberry #C74693

Color information

#C74693 (or 0xC74693) is unknown color: approx Mulberry. HEX triplet: C7, 46 and 93. RGB value is (199,70,147). Sum of RGB (Red+Green+Blue) = 199+70+147=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 70 (27.73% from 255 or 16.83% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C74693 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74693 is #38B96C. Grayscale: #757575. Windows color (decimal): -3717485 or 9651911. OLE color: 9651911.

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

Color convert

RGB19970147-
CMYK00.650.260.22
HSL324.19º53.53%52.75%-
HSV(B)324.19º64.82%78.04%-
XYZ31.0118.6329.57-
YUV117.35144.74186.24-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.84%
GREEN value IS 70 (27.73% from 255) = 16.83%
BLUE value IS 147 (57.81% from 255) = 35.34%
R=47.84%
G=16.83%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997014700.650.260.22324.1953.5352.75
HexC746930411A161443635
Octal307106223010132265046665
Binary11000111100011010010011010000011101010110101000100110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74693; }

 p { color: rgb(199,70,147); }

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

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

 a { background-color: rgb(199,70,147); }

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

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

 span { border-color: rgb(199,70,147); }

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