#C64F8D

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

Shades of Mulberry #C64F8D

Tints of Mulberry #C64F8D

Color information

#C64F8D (or 0xC64F8D) is unknown color: approx Mulberry. HEX triplet: C6, 4F and 8D. RGB value is (198,79,141). Sum of RGB (Red+Green+Blue) = 198+79+141=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 79 (31.25% from 255 or 18.90% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64F8D is #39B072. Grayscale: #797979. Windows color (decimal): -3780723 or 9260998. OLE color: 9260998.

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

Color convert

RGB19879141-
CMYK00.600.290.22
HSL328.74º51.07%54.31%-
HSV(B)328.74º60.1%77.65%-
XYZ30.8919.5227.34-
YUV121.65138.92182.46-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.37%
GREEN value IS 79 (31.25% from 255) = 18.90%
BLUE value IS 141 (55.47% from 255) = 33.73%
R=47.37%
G=18.90%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987914100.600.290.22328.7451.0754.31
HexC64F8D03C1D161493336
Octal30611721507435265116366
Binary1100011010011111000110101111001110110110101001001110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64F8D; }

 p { color: rgb(198,79,141); }

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

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

 a { background-color: rgb(198,79,141); }

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

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

 span { border-color: rgb(198,79,141); }

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