#C64E94

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

Shades of Mulberry #C64E94

Tints of Mulberry #C64E94

Color information

#C64E94 (or 0xC64E94) is unknown color: approx Mulberry. HEX triplet: C6, 4E and 94. RGB value is (198,78,148). Sum of RGB (Red+Green+Blue) = 198+78+148=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 78 (30.86% from 255 or 18.40% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64E94 is #39B16B. Grayscale: #797979. Windows color (decimal): -3780972 or 9719494. OLE color: 9719494.

HSL color Cylindrical-coordinate representation of color #C64E94: hue angle of 325º 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 #C64E94 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB19878148-
CMYK00.610.250.22
HSL325º51.28%54.12%-
HSV(B)325º60.61%77.65%-
XYZ31.3619.5930.15-
YUV121.86142.76182.31-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.70%
GREEN value IS 78 (30.86% from 255) = 18.40%
BLUE value IS 148 (58.20% from 255) = 34.91%
R=46.70%
G=18.40%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987814800.610.250.2232551.2854.12
HexC64E9403D19161453336
Octal30611622407531265056366
Binary1100011010011101001010001111011100110110101000101110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64E94; }

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

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

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

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

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

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

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

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