#C64E8F

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

Shades of Mulberry #C64E8F

Tints of Mulberry #C64E8F

Color information

#C64E8F (or 0xC64E8F) is unknown color: approx Mulberry. HEX triplet: C6, 4E and 8F. RGB value is (198,78,143). Sum of RGB (Red+Green+Blue) = 198+78+143=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 78 (30.86% from 255 or 18.62% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64E8F is #39B170. Grayscale: #797979. Windows color (decimal): -3780977 or 9391814. OLE color: 9391814.

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

Color convert

RGB19878143-
CMYK00.610.280.22
HSL327.5º51.28%54.12%-
HSV(B)327.5º60.61%77.65%-
XYZ30.9719.4428.11-
YUV121.29140.26182.71-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.26%
GREEN value IS 78 (30.86% from 255) = 18.62%
BLUE value IS 143 (56.25% from 255) = 34.13%
R=47.26%
G=18.62%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987814300.610.280.22327.551.2854.12
HexC64E8F03D1C161483336
Octal30611621707534265106366
Binary1100011010011101000111101111011110010110101001000110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64E8F; }

 p { color: rgb(198,78,143); }

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

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

 a { background-color: rgb(198,78,143); }

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

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

 span { border-color: rgb(198,78,143); }

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